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

Method release

src/runtime/BlobMemoryPool.cpp:57–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 6

runMethod · 0.45
prepareMethod · 0.45
prepareMethod · 0.45
call_all_tasksFunction · 0.45

Calls 1

set_regionMethod · 0.45

Tested by

no test coverage detected