MCPcopy Create free account
hub / github.com/ARM-software/armnn / Release

Method Release

src/armnnTestUtils/MockMemoryManager.cpp:51–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49}
50
51void MockMemoryManager::Release()
52{
53 for (Pool& pool : m_Pools)
54 {
55 pool.Release();
56 }
57}
58
59MockMemoryManager::Pool::Pool(unsigned int numBytes)
60 : m_Size(numBytes)

Callers 1

FreeWorkingMemoryMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected