Home
last modified time | relevance | path

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

/oneTBB/test/tbbmalloc/
H A Dtest_malloc_whitebox.cpp424 StressLOCacheWork(rml::MemoryPool *mallocPool) : my_mallocPool(mallocPool) {} in StressLOCacheWork() argument
455 rml::MemoryPool *mallocPool; in TestPools() local
472 pool_free(mallocPool, p); in TestPools()
479 pool_free(mallocPool, p); in TestPools()
501 pool_destroy(mallocPool); in TestPools()
518 pool_free(mallocPool, p[0]); in TestPools()
522 pool_free(mallocPool, p[3]); in TestPools()
532 pool_free(mallocPool, p[4]); in TestPools()
534 pool_reset(mallocPool); in TestPools()
536 pool_destroy(mallocPool); in TestPools()
[all …]