Home
last modified time | relevance | path

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

/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_allocator_test.cc659 void IterationTestCallback(uptr chunk, void *arg) { in IterationTestCallback() function
692 a->ForEachChunk(IterationTestCallback, &reported_chunks); in TestSizeClassAllocatorIteration()
730 a.ForEachChunk(IterationTestCallback, &reported_chunks); in TEST()