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

Method create_pool

src/runtime/BlobLifetimeManager.cpp:47–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45}
46
47std::unique_ptr<IMemoryPool> BlobLifetimeManager::create_pool(IAllocator *allocator)
48{
49 ARM_COMPUTE_ERROR_ON(allocator == nullptr);
50 return std::make_unique<BlobMemoryPool>(allocator, _blobs);
51}
52
53MappingType BlobLifetimeManager::mapping_type() const
54{

Callers 1

populateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected