Home
last modified time | relevance | path

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

/oneTBB/include/oneapi/tbb/
H A Dscalable_allocator.h140 typedef int (*rawFreeType)(std::intptr_t pool_id, void* raw_ptr, std::size_t raw_bytes); typedef
148 rawFreeType pFree;
159 MemPoolPolicy(rawAllocType pAlloc_, rawFreeType pFree_,
/oneTBB/src/tbbmalloc/
H A Dtbbmalloc_internal.h571 rawFreeType rawFree;
582 bool init(intptr_t poolId, rawAllocType rawAlloc, rawFreeType rawFree,
H A Dfrontend.cpp1074 rawFreeType rawFree, size_t granularity, in init()