Searched refs:create_pool (Results 1 – 8 of 8) sorted by relevance
82 virtual std::unique_ptr<IMemoryPool> create_pool(IAllocator *allocator) = 0;
64 std::unique_ptr<IMemoryPool> create_pool(IAllocator *allocator) override;
59 auto pool_template = _lifetime_mgr->create_pool(&allocator); in populate()
56 std::unique_ptr<IMemoryPool> OffsetLifetimeManager::create_pool(IAllocator *allocator) in create_pool() function in arm_compute::OffsetLifetimeManager
48 std::unique_ptr<IMemoryPool> BlobLifetimeManager::create_pool(IAllocator *allocator) in create_pool() function in arm_compute::BlobLifetimeManager
791 def create_pool(args): function807 pool = create_pool(args)
1448 void (*create_pool)(struct wl_client *client, member