Searched refs:lsan_posix_memalign (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/ |
H A D | lsan_malloc_mac.cpp | 41 int res = lsan_posix_memalign(memptr, alignment, size, stack)
|
H A D | lsan_allocator.h | 124 int lsan_posix_memalign(void **memptr, uptr alignment, uptr size,
|
H A D | lsan_allocator.cpp | 179 int lsan_posix_memalign(void **memptr, uptr alignment, uptr size, in lsan_posix_memalign() function
|
H A D | lsan_interceptors.cpp | 113 return lsan_posix_memalign(memptr, alignment, size, stack);
|