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

Method Release

src/backends/reference/RefMemoryManager.cpp:55–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53}
54
55void RefMemoryManager::Release()
56{
57 for (Pool &pool: m_Pools)
58 {
59 pool.Release();
60 }
61}
62
63RefMemoryManager::Pool::Pool(unsigned int numBytes)
64 : m_Size(numBytes),

Callers 4

ReleaseMemoryMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected