Searched refs:ForEachChunk (Results 1 - 8 of 8) sorted by relevance

/external/compiler-rt/lib/lsan/
H A Dlsan_allocator.h31 void ForEachChunk(const Callable &callback);
H A Dlsan_common.h153 void ForEachChunk(ForEachChunkCallback callback, void *arg);
H A Dlsan_common_linux.cc110 // ForEachChunk callback. Identifies unreachable chunks which must be treated as
154 ForEachChunk(ProcessPlatformSpecificAllocationsCb, &arg);
H A Dlsan_allocator.cc184 void ForEachChunk(ForEachChunkCallback callback, void *arg) { function in namespace:__lsan
185 allocator.ForEachChunk(callback, arg);
H A Dlsan_common.cc311 // ForEachChunk callback. If the chunk is marked as leaked, marks all chunks
322 // ForEachChunk callback. If chunk is marked as ignored, adds its address to
350 ForEachChunk(CollectIgnoredCb, &frontier);
356 ForEachChunk(MarkIndirectlyLeakedCb, 0 /* arg */);
366 // ForEachChunk callback. Aggregates information about unreachable chunks into
416 ForEachChunk(CollectLeaksCb, &param->leak_report);
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator.h450 void ForEachChunk(ForEachChunkCallback callback, void *arg) { function in class:__sanitizer::SizeClassAllocator64
803 void ForEachChunk(ForEachChunkCallback callback, void *arg) { function in class:__sanitizer::SizeClassAllocator32
1187 void ForEachChunk(ForEachChunkCallback callback, void *arg) { function in class:__sanitizer::LargeMmapAllocator
1370 void ForEachChunk(ForEachChunkCallback callback, void *arg) { function in class:__sanitizer::CombinedAllocator
1371 primary_.ForEachChunk(callback, arg);
1372 secondary_.ForEachChunk(callback, arg);
/external/compiler-rt/lib/asan/
H A Dasan_allocator2.cc740 void ForEachChunk(ForEachChunkCallback callback, void *arg) { function in namespace:__lsan
741 __asan::allocator.ForEachChunk(callback, arg);
/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_allocator_test.cc684 a->ForEachChunk(IterationTestCallback, &reported_chunks);
722 a.ForEachChunk(IterationTestCallback, &reported_chunks);

Completed in 126 milliseconds