Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
H A Dsanitizer_allocator_test.cc663 std::set<void *> reported_chunks; in TestCombinedAllocator() local
671 a->ForEachChunk(cb, reinterpret_cast<void *>(&reported_chunks)); in TestCombinedAllocator()
673 ASSERT_NE(reported_chunks.find(allocated_ptr), reported_chunks.end()); in TestCombinedAllocator()
935 std::set<uptr> reported_chunks; in TestSizeClassAllocatorIteration() local
937 a->ForEachChunk(IterationTestCallback, &reported_chunks); in TestSizeClassAllocatorIteration()
942 ASSERT_NE(reported_chunks.find(reinterpret_cast<uptr>(allocated[i])), in TestSizeClassAllocatorIteration()
943 reported_chunks.end()); in TestSizeClassAllocatorIteration()
980 std::set<uptr> reported_chunks; in TEST() local
982 a.ForEachChunk(IterationTestCallback, &reported_chunks); in TEST()
987 ASSERT_NE(reported_chunks.find(reinterpret_cast<uptr>(allocated[i])), in TEST()
[all …]