Home
last modified time | relevance | path

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

/oneTBB/test/tbbmalloc/
H A Dtest_malloc_pools.cpp723 AllocatedObject** const objs; member in PoolIdentityCheck
728 REQUIRE(objs[id]); in operator ()()
729 rml::MemoryPool *act_pool = rml::pool_identify(objs[id]); in operator ()()
740 pool_free(act_pool, objs[id]); in operator ()()
742 REQUIRE(objs[id]); in operator ()()
744 objs[id]->pool = act_pool; in operator ()()
755 AllocatedObject *objs[POOLS]; in TestPoolDetection() local
762 PoolIdentityCheck check(pools, objs); in TestPoolDetection()
769 rml::MemoryPool *p = rml::pool_identify(objs[i]); in TestPoolDetection()
770 REQUIRE(p == objs[i]->pool); in TestPoolDetection()
[all …]