Searched defs:allocatorId (Results 1 – 2 of 2) sorted by relevance
25 C2Allocator* createAllocator(C2Allocator::id_t allocatorId) { in createAllocator()39 std::shared_ptr<C2Allocator> fetchAllocator(C2Allocator::id_t allocatorId) { in fetchAllocator()60 C2BlockPool* createBlockPool(C2Allocator::id_t allocatorId, C2BlockPool::local_id_t poolId) { in createBlockPool()90 extern "C" ::C2BlockPool* CreateBlockPool(::C2Allocator::id_t allocatorId, in CreateBlockPool()96 extern "C" ::C2Allocator* CreateAllocator(::C2Allocator::id_t allocatorId, ::c2_status_t* status) { in CreateAllocator()
53 C2Allocator* VendorAllocatorLoader::createAllocator(C2Allocator::id_t allocatorId) { in createAllocator()