| 45 | } |
| 46 | |
| 47 | std::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 | |
| 53 | MappingType BlobLifetimeManager::mapping_type() const |
| 54 | { |