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

Method Acquire

src/backends/reference/RefMemoryManager.cpp:47–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45}
46
47void RefMemoryManager::Acquire()
48{
49 for (Pool &pool: m_Pools)
50 {
51 pool.Acquire();
52 }
53}
54
55void RefMemoryManager::Release()
56{

Callers 4

AquireMemoryMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected