Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
51
void MockMemoryManager::Release()
52
{
53
for (Pool& pool : m_Pools)
54
{
55
pool.Release();
56
}
57
}
58
59
MockMemoryManager::Pool::Pool(unsigned int numBytes)
60
: m_Size(numBytes)
Callers
1
FreeWorkingMemory
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected