Searched refs:reported_chunks (Results 1 – 1 of 1) sorted by relevance
716 std::set<void *> reported_chunks; in TestCombinedAllocator() local724 a->ForEachChunk(cb, reinterpret_cast<void *>(&reported_chunks)); in TestCombinedAllocator()726 ASSERT_NE(reported_chunks.find(allocated_ptr), reported_chunks.end()); in TestCombinedAllocator()986 std::set<uptr> reported_chunks; in TestSizeClassAllocatorIteration() local988 a->ForEachChunk(IterationTestCallback, &reported_chunks); in TestSizeClassAllocatorIteration()993 ASSERT_NE(reported_chunks.find(reinterpret_cast<uptr>(allocated[i])), in TestSizeClassAllocatorIteration()994 reported_chunks.end()); in TestSizeClassAllocatorIteration()1037 std::set<uptr> reported_chunks; in TEST() local1039 a.ForEachChunk(IterationTestCallback, &reported_chunks); in TEST()1044 ASSERT_NE(reported_chunks.find(reinterpret_cast<uptr>(allocated[i])), in TEST()[all …]