Searched refs:PoolIdentityCheck (Results 1 – 1 of 1) sorted by relevance
721 class PoolIdentityCheck : utils::NoAssign { class725 PoolIdentityCheck(rml::MemoryPool** p, AllocatedObject** o) : pools(p), objs(o) {} in PoolIdentityCheck() function in PoolIdentityCheck762 PoolIdentityCheck check(pools, objs); in TestPoolDetection()