Home
last modified time | relevance | path

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

/oneTBB/include/oneapi/tbb/
H A Dscalable_allocator.h138 typedef void *(*rawAllocType)(std::intptr_t pool_id, std::size_t &bytes); typedef
147 rawAllocType pAlloc;
159 MemPoolPolicy(rawAllocType pAlloc_, rawFreeType pFree_,
/oneTBB/src/tbbmalloc/
H A Dtbbmalloc_internal.h570 rawAllocType rawAlloc;
582 bool init(intptr_t poolId, rawAllocType rawAlloc, rawFreeType rawFree,
H A Dfrontend.cpp1073 bool ExtMemoryPool::init(intptr_t poolId, rawAllocType rawAlloc, in init()