Home
last modified time | relevance | path

Searched refs:reported_chunks (Results 1 – 1 of 1) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_allocator_test.cc690 std::set<uptr> reported_chunks; in TestSizeClassAllocatorIteration() local
692 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() local
730 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()