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

Method pool_manager

src/runtime/MemoryManagerOnDemand.cpp:47–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45}
46
47IPoolManager *MemoryManagerOnDemand::pool_manager()
48{
49 return _pool_mgr.get();
50}
51
52void MemoryManagerOnDemand::populate(arm_compute::IAllocator &allocator, size_t num_pools)
53{

Callers 8

acquireMethod · 0.80
releaseMethod · 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