Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator.h67 void OnMapSecondary(uptr p, uptr size, uptr user_begin, in OnMapSecondary() function
H A Dsanitizer_allocator_secondary.h106 MapUnmapCallback().OnMapSecondary(map_beg, map_size, res, size); in Allocate()
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_allocator.h57 void OnMapSecondary(uptr p, uptr size, uptr user_begin, in OnMapSecondary() function
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_allocator.h42 void OnMapSecondary(uptr p, uptr size, uptr user_begin, in OnMapSecondary() function
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_allocator.cpp33 void OnMapSecondary(uptr p, uptr size, uptr user_begin, in OnMapSecondary() function
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_allocator.cpp35 void OnMapSecondary(uptr p, uptr size, uptr user_begin, in OnMapSecondary() function
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_mman.cpp30 void OnMapSecondary(uptr p, uptr size, uptr user_begin, in OnMapSecondary() function
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_allocator.cpp290 void AsanMapUnmapCallback::OnMapSecondary(uptr p, uptr size, uptr user_begin, in OnMapSecondary() function in __asan::AsanMapUnmapCallback