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

Method release_group

src/runtime/ISimpleLifetimeManager.cpp:53–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51}
52
53bool ISimpleLifetimeManager::release_group(IMemoryGroup *group)
54{
55 if (group == nullptr)
56 {
57 return false;
58 }
59 const bool status = bool(_finalized_groups.erase(group));
60 if (status)
61 {
62 group->mappings().clear();
63 }
64 return status;
65}
66
67void ISimpleLifetimeManager::start_lifetime(void *obj)
68{

Callers 1

TEST_CASEFunction · 0.80

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected