Searched refs:pools (Results 1 – 4 of 4) sorted by relevance
659 rml::MemoryPool *pools[MAX_POOLS]; in CheckPoolLeaks() local670 pools[created] = p; in CheckPoolLeaks()675 bool ok = pool_destroy(pools[i]); in CheckPoolLeaks()722 rml::MemoryPool** const pools; member in PoolIdentityCheck730 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() local758 pool_create_v1((intptr_t)(head+i), &pol, &pools[i]); in TestPoolDetection()762 PoolIdentityCheck check(pools, objs); in TestPoolDetection()[all …]
9 Memory pools allocate and free memory from a specified region or an underlying allocator using
25 If the underlying allocator refers to another scalable memory pool, the inner pool (or pools)
21 The class is mainly intended for enabling memory pools within STL containers.