Searched refs:ForEachChunkCallback (Results 1 - 9 of 9) sorted by relevance

/openbsd-current/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator.h48 typedef void (*ForEachChunkCallback)(uptr chunk, void *arg); typedef in namespace:__sanitizer
H A Dsanitizer_allocator_combined.h190 void ForEachChunk(ForEachChunkCallback callback, void *arg) {
H A Dsanitizer_allocator_primary32.h255 void ForEachChunk(ForEachChunkCallback callback, void *arg) const {
H A Dsanitizer_allocator_secondary.h276 void ForEachChunk(ForEachChunkCallback callback, void *arg) {
H A Dsanitizer_allocator_primary64.h371 void ForEachChunk(ForEachChunkCallback callback, void *arg) {
/openbsd-current/gnu/llvm/compiler-rt/lib/lsan/
H A Dlsan_common.h151 void ForEachChunk(ForEachChunkCallback callback, void *arg);
H A Dlsan_allocator.cpp303 void ForEachChunk(ForEachChunkCallback callback, void *arg) {
/openbsd-current/gnu/llvm/compiler-rt/lib/hwasan/
H A Dhwasan_allocator.cpp572 void ForEachChunk(ForEachChunkCallback callback, void *arg) {
/openbsd-current/gnu/llvm/compiler-rt/lib/asan/
H A Dasan_allocator.cpp1139 void ForEachChunk(ForEachChunkCallback callback, void *arg) {

Completed in 106 milliseconds