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

Method release

src/runtime/OffsetMemoryPool.cpp:60–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58}
59
60void OffsetMemoryPool::release(MemoryMappings &handles)
61{
62 for (auto &handle : handles)
63 {
64 ARM_COMPUTE_ERROR_ON(handle.first == nullptr);
65 handle.first->set_region(nullptr);
66 }
67}
68
69MappingType OffsetMemoryPool::mapping_type() const
70{

Callers

nothing calls this directly

Calls 1

set_regionMethod · 0.45

Tested by

no test coverage detected