Home
last modified time | relevance | path

Searched refs:create_pool (Results 1 – 8 of 8) sorted by relevance

/external/ComputeLibrary/arm_compute/runtime/
DILifetimeManager.h82 virtual std::unique_ptr<IMemoryPool> create_pool(IAllocator *allocator) = 0;
DOffsetLifetimeManager.h64 std::unique_ptr<IMemoryPool> create_pool(IAllocator *allocator) override;
DBlobLifetimeManager.h64 std::unique_ptr<IMemoryPool> create_pool(IAllocator *allocator) override;
/external/ComputeLibrary/src/runtime/
DMemoryManagerOnDemand.cpp59 auto pool_template = _lifetime_mgr->create_pool(&allocator); in populate()
DOffsetLifetimeManager.cpp56 std::unique_ptr<IMemoryPool> OffsetLifetimeManager::create_pool(IAllocator *allocator) in create_pool() function in arm_compute::OffsetLifetimeManager
DBlobLifetimeManager.cpp48 std::unique_ptr<IMemoryPool> BlobLifetimeManager::create_pool(IAllocator *allocator) in create_pool() function in arm_compute::BlobLifetimeManager
/external/perfetto/test/
Dsynth_common.py791 def create_pool(args): function
807 pool = create_pool(args)
/external/wayland/tests/data/
Dexample-server.h1448 void (*create_pool)(struct wl_client *client, member