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

Method register_group

src/runtime/ISimpleLifetimeManager.cpp:44–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42}
43
44void ISimpleLifetimeManager::register_group(IMemoryGroup *group)
45{
46 if (_active_group == nullptr)
47 {
48 ARM_COMPUTE_ERROR_ON(group == nullptr);
49 _active_group = group;
50 }
51}
52
53bool ISimpleLifetimeManager::release_group(IMemoryGroup *group)
54{

Callers 2

manageMethod · 0.80
TEST_CASEFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected