Searched refs:objs (Results 1 – 1 of 1) sorted by relevance
723 AllocatedObject** const objs; member in PoolIdentityCheck728 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() local762 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 …]