Searched refs:reported_chunks (Results 1 – 1 of 1) sorted by relevance
680 std::set<uptr> reported_chunks; in TestSizeClassAllocatorIteration() local682 a->ForEachChunk(IterationTestCallback, &reported_chunks); in TestSizeClassAllocatorIteration()687 ASSERT_NE(reported_chunks.find(reinterpret_cast<uptr>(allocated[i])), in TestSizeClassAllocatorIteration()688 reported_chunks.end()); in TestSizeClassAllocatorIteration()718 std::set<uptr> reported_chunks; in TEST() local720 a.ForEachChunk(IterationTestCallback, &reported_chunks); in TEST()725 ASSERT_NE(reported_chunks.find(reinterpret_cast<uptr>(allocated[i])), in TEST()726 reported_chunks.end()); in TEST()