Home
last modified time | relevance | path

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

/oneTBB/test/tbbmalloc/
H A Dtest_malloc_pools.cpp67 static void *getMallocMem(intptr_t /*pool_id*/, size_t &bytes) in getMallocMem() function
97 rml::MemPoolPolicy pol(getMallocMem, putMallocMem); in TestPoolReset()
175 rml::MemPoolPolicy pol(getMallocMem, putMallocMem); in TestSharedPool()
817 rml::MemPoolPolicy pol(getMallocMem, putMallocMem); in TestNoLeakOnDestroy()
839 rml::MemPoolPolicy pol(getMallocMem, putMallocMemError); in TestDestroyFailed()
H A Dtest_malloc_whitebox.cpp400 void *getMallocMem(intptr_t /*pool_id*/, size_t &bytes) in getMallocMem() function
452 pol.pAlloc = getMallocMem; in TestPools()
664 rml::MemPoolPolicy pol(getMallocMem, putMallocMem); in TestBackend()