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.cc680 std::set<uptr> reported_chunks; in TestSizeClassAllocatorIteration() local
682 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() local
720 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()