Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_allocator_test.cpp716 std::set<void *> reported_chunks; in TestCombinedAllocator() local
724 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() local
988 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() local
1039 a.ForEachChunk(IterationTestCallback, &reported_chunks); in TEST()
1044 ASSERT_NE(reported_chunks.find(reinterpret_cast<uptr>(allocated[i])), in TEST()
[all …]