Home
last modified time | relevance | path

Searched refs:dfsan_posix_memalign (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan.h106 int dfsan_posix_memalign(void **memptr, uptr alignment, uptr size);
H A Ddfsan_interceptors.cpp87 int res = __dfsan::dfsan_posix_memalign(memptr, alignment, size); in INTERCEPTOR()
H A Ddfsan_allocator.cpp282 int dfsan_posix_memalign(void **memptr, uptr alignment, uptr size) { in dfsan_posix_memalign() function