Home
last modified time | relevance | path

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

/oneTBB/include/oneapi/tbb/
H A Dmemory_pool.h177 static void *allocate_request(intptr_t pool_id, size_t & bytes);
191 inline static void *allocate_request(intptr_t pool_id, size_t & bytes);
204 rml::MemPoolPolicy args(allocate_request, deallocate_request, in memory_pool()
211 void *memory_pool<Alloc>::allocate_request(intptr_t pool_id, size_t & bytes) { in allocate_request() function
248 rml::MemPoolPolicy args(allocate_request, nullptr, size, /*fixedPool=*/true); in fixed_pool()
253 inline void *fixed_pool::allocate_request(intptr_t pool_id, size_t & bytes) { in allocate_request() function