Searched refs:pol (Results 1 – 4 of 4) sorted by relevance
| /oneTBB/test/tbbmalloc/ |
| H A D | test_malloc_pools.cpp | 100 pool_create_v1(0, &pol, &pool); in TestPoolReset() 178 pool_create_v1(0, &pol, &pool); in TestSharedPool() 246 pool_create_v1(id, &pol, &pool[id]); in operator ()() 299 pool_create_v1(0, &pol, &pool); in TestTooSmallBuffer() 494 rml::MemPoolPolicy pol(getGranMem, putGranMem); in TestPoolGranularity() local 501 pool_create_v1(0, &pol, &pool); in TestPoolGranularity() 542 pol.keepAllMemory = 1; in TestPoolKeepTillDestroy() 543 pool_create_v1(0, &pol, &pool); in TestPoolKeepTillDestroy() 598 pool_create_v1(0, &pol, &pool); in TestEntries() 821 pool_create_v1(0, &pol, &pool); in TestNoLeakOnDestroy() [all …]
|
| H A D | test_malloc_whitebox.cpp | 437 rml::MemPoolPolicy pol(getMem, putMem); in TestPools() local 442 pool_create_v1(0, &pol, &pool1); in TestPools() 443 pool_create_v1(0, &pol, &pool2); in TestPools() 451 pool_create_v1(0, &pol, &fixedPool); in TestPools() 452 pol.pAlloc = getMallocMem; in TestPools() 453 pol.pFree = putMallocMem; in TestPools() 454 pol.granularity = 8; in TestPools() 457 pool_create_v1(0, &pol, &mallocPool); in TestPools() 511 pool_create_v1(0, &pol, &mallocPool); in TestPools() 542 pool_create_v1(0, &pol, &mallocPool); in TestPools() [all …]
|
| H A D | test_scalable_allocator.cpp | 148 rml::MemPoolPolicy pol(fixedBufGetMem, nullptr, 0, /*fixedSizePool=*/true, in TestSmallFixedSizePool() local 153 rml::MemPoolError ret = pool_create_v1((intptr_t)&fixedPool, &pol, &pool); in TestSmallFixedSizePool()
|
| /oneTBB/src/tbbmalloc/ |
| H A D | frontend.cpp | 2693 MemPoolPolicy pol(policy->pAlloc, policy->pFree, policy->granularity); in pool_create() local 2695 pool_create_v1(pool_id, &pol, &pool); in pool_create()
|