Searched refs:reported_chunks (Results 1 – 1 of 1) sorted by relevance
690 std::set<uptr> reported_chunks; in TestSizeClassAllocatorIteration() local692 a->ForEachChunk(IterationTestCallback, &reported_chunks); in TestSizeClassAllocatorIteration()697 ASSERT_NE(reported_chunks.find(reinterpret_cast<uptr>(allocated[i])), in TestSizeClassAllocatorIteration()698 reported_chunks.end()); in TestSizeClassAllocatorIteration()728 std::set<uptr> reported_chunks; in TEST() local730 a.ForEachChunk(IterationTestCallback, &reported_chunks); in TEST()735 ASSERT_NE(reported_chunks.find(reinterpret_cast<uptr>(allocated[i])), in TEST()736 reported_chunks.end()); in TEST()