Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
HDsanitizer_common.cpp340 void RunMallocHooks(void *ptr, uptr size) { in RunMallocHooks() function
HDsanitizer_common.h179 void RunMallocHooks(void *ptr, uptr size);
/freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/lsan/
HDlsan_allocator.cpp71 RunMallocHooks(p, size); in RegisterAllocation()
/freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/msan/
HDmsan_allocator.cpp234 RunMallocHooks(allocated, size); in MsanAllocate()
/freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
HDtsan_mman.cpp408 RunMallocHooks(ptr, size); in invoke_malloc_hook()
/freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/hwasan/
HDhwasan_allocator.cpp263 RunMallocHooks(user_ptr, orig_size); in HwasanAllocate()
/freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/memprof/
HDmemprof_allocator.cpp501 RunMallocHooks(res, size); in Allocate()
/freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/asan/
HDasan_allocator.cpp658 RunMallocHooks(res, size); in Allocate()