Home
last modified time | relevance | path

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

/oneTBB/test/tbbmalloc/
H A Dtest_malloc_pools.cpp659 rml::MemoryPool *pools[MAX_POOLS]; in CheckPoolLeaks() local
670 pools[created] = p; in CheckPoolLeaks()
675 bool ok = pool_destroy(pools[i]); in CheckPoolLeaks()
722 rml::MemoryPool** const pools; member in PoolIdentityCheck
730 REQUIRE(act_pool == pools[id]); in operator ()()
736 REQUIRE(act_pool == pools[id]); in operator ()()
741 objs[id] = (AllocatedObject*)pool_malloc(pools[id], 16); in operator ()()
753 rml::MemoryPool *pools[POOLS]; in TestPoolDetection() local
758 pool_create_v1((intptr_t)(head+i), &pol, &pools[i]); in TestPoolDetection()
762 PoolIdentityCheck check(pools, objs); in TestPoolDetection()
[all …]
/oneTBB/doc/main/reference/
H A Dscalable_memory_pools.rst9 Memory pools allocate and free memory from a specified region or an underlying allocator using
/oneTBB/doc/main/reference/scalable_memory_pools/
H A Dmemory_pool_cls.rst25 If the underlying allocator refers to another scalable memory pool, the inner pool (or pools)
H A Dmemory_pool_allocator_cls.rst21 The class is mainly intended for enabling memory pools within STL containers.