Home
last modified time | relevance | path

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

/oneTBB/src/tbbmalloc/def/
H A Dwin32-tbbmalloc.def45 ?pool_identify@rml@@YAPAVMemoryPool@1@PAX@Z
H A Dwin64-tbbmalloc.def45 ?pool_identify@rml@@YAPEAVMemoryPool@1@PEAX@Z
/oneTBB/test/tbbmalloc/
H A Dtest_malloc_pools.cpp729 rml::MemoryPool *act_pool = rml::pool_identify(objs[id]); in operator ()()
735 act_pool = rml::pool_identify(o); in operator ()()
769 rml::MemoryPool *p = rml::pool_identify(objs[i]); in TestPoolDetection()
/oneTBB/include/oneapi/tbb/
H A Dscalable_allocator.h192 TBBMALLOC_EXPORT MemoryPool *pool_identify(void *object);
/oneTBB/src/tbbmalloc/
H A Dfrontend.cpp2800 rml::MemoryPool *pool_identify(void *object) in pool_identify() function
2822 … MALLOC_ASSERT_EX(mPool == pool_identify(object), "Object does not belong to the specified pool"); in pool_msize()