MCPcopy Create free account
hub / github.com/ARM-software/ComputeLibrary / lifetime_manager

Method lifetime_manager

src/runtime/MemoryManagerOnDemand.cpp:42–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40}
41
42ILifetimeManager *MemoryManagerOnDemand::lifetime_manager()
43{
44 return _lifetime_mgr.get();
45}
46
47IPoolManager *MemoryManagerOnDemand::pool_manager()
48{

Callers 8

manageMethod · 0.80
finalize_memoryMethod · 0.80
TEST_CASEFunction · 0.80
compute_targetMethod · 0.80
compute_targetMethod · 0.80
compute_targetMethod · 0.80
validateMethod · 0.80
run_conv2dFunction · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected