Searched refs:reported_chunks (Results 1 – 1 of 1) sorted by relevance
663 std::set<void *> reported_chunks; in TestCombinedAllocator() local671 a->ForEachChunk(cb, reinterpret_cast<void *>(&reported_chunks)); in TestCombinedAllocator()673 ASSERT_NE(reported_chunks.find(allocated_ptr), reported_chunks.end()); in TestCombinedAllocator()935 std::set<uptr> reported_chunks; in TestSizeClassAllocatorIteration() local937 a->ForEachChunk(IterationTestCallback, &reported_chunks); in TestSizeClassAllocatorIteration()942 ASSERT_NE(reported_chunks.find(reinterpret_cast<uptr>(allocated[i])), in TestSizeClassAllocatorIteration()943 reported_chunks.end()); in TestSizeClassAllocatorIteration()980 std::set<uptr> reported_chunks; in TEST() local982 a.ForEachChunk(IterationTestCallback, &reported_chunks); in TEST()987 ASSERT_NE(reported_chunks.find(reinterpret_cast<uptr>(allocated[i])), in TEST()[all …]