Home
last modified time | relevance | path

Searched defs:__libc_memalign (Results 1 – 11 of 11) sorted by relevance

/external/compiler-rt/lib/scudo/
Dscudo_interceptors.cpp51 INTERCEPTOR(void*, __libc_memalign, uptr alignment, uptr size) { in INTERCEPTOR() argument
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_allocator.cpp40 static void *__libc_memalign(uptr alignment, uptr size) { in __libc_memalign() function
/external/llvm-project/compiler-rt/lib/memprof/
Dmemprof_malloc_linux.cpp164 INTERCEPTOR(void *, __libc_memalign, uptr boundary, uptr size) { in INTERCEPTOR() argument
/external/compiler-rt/lib/asan/
Dasan_malloc_linux.cc98 INTERCEPTOR(void*, __libc_memalign, uptr boundary, uptr size) { in INTERCEPTOR() argument
/external/compiler-rt/lib/lsan/
Dlsan_interceptors.cc109 INTERCEPTOR(void *, __libc_memalign, uptr alignment, uptr size) { in INTERCEPTOR() argument
/external/llvm-project/compiler-rt/lib/asan/
Dasan_malloc_linux.cpp182 INTERCEPTOR(void*, __libc_memalign, uptr boundary, uptr size) { in INTERCEPTOR() argument
/external/llvm-project/compiler-rt/lib/lsan/
Dlsan_interceptors.cpp123 INTERCEPTOR(void *, __libc_memalign, uptr alignment, uptr size) { in INTERCEPTOR() argument
/external/compiler-rt/lib/msan/
Dmsan_interceptors.cc197 INTERCEPTOR(void *, __libc_memalign, SIZE_T boundary, SIZE_T size) { in INTERCEPTOR() argument
/external/llvm-project/compiler-rt/lib/msan/
Dmsan_interceptors.cpp194 INTERCEPTOR(void *, __libc_memalign, SIZE_T alignment, SIZE_T size) { in INTERCEPTOR() argument
/external/compiler-rt/lib/tsan/rtl/
Dtsan_interceptors.cc598 TSAN_INTERCEPTOR(void*, __libc_memalign, uptr align, uptr sz) { in TSAN_INTERCEPTOR() argument
/external/llvm-project/compiler-rt/lib/tsan/rtl/
Dtsan_interceptors_posix.cpp662 TSAN_INTERCEPTOR(void*, __libc_memalign, uptr align, uptr sz) { in TSAN_INTERCEPTOR() argument