Searched defs:IterationTestCallback (Results 1 - 1 of 1) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_allocator_test.cc651 void IterationTestCallback(uptr chunk, void *arg) { function
684 a->ForEachChunk(IterationTestCallback, &reported_chunks);
722 a.ForEachChunk(IterationTestCallback, &reported_chunks);

Completed in 81 milliseconds