Home
last modified time | relevance | path

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

/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_malloc_linux.cpp91 INTERCEPTOR(void *, __libc_memalign, uptr boundary, uptr size) { in INTERCEPTOR() argument
/llvm-project/compiler-rt/lib/asan/
H A Dasan_malloc_linux.cpp100 INTERCEPTOR(void *,__libc_memalign,uptr boundary,uptr size) INTERCEPTOR() argument
/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_interceptors.cpp40 INTERCEPTOR(void *,__libc_memalign,SIZE_T alignment,SIZE_T size) INTERCEPTOR() argument
/llvm-project/compiler-rt/lib/nsan/
H A Dnsan_interceptors.cpp164 INTERCEPTOR(void *,__libc_memalign,uptr align,uptr size) INTERCEPTOR() argument
/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_interceptors.cpp133 INTERCEPTOR(void *,__libc_memalign,uptr alignment,uptr size) INTERCEPTOR() argument
/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp186 INTERCEPTOR(void *,__libc_memalign,SIZE_T alignment,SIZE_T size) INTERCEPTOR() argument
/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp676 TSAN_INTERCEPTOR(void *,__libc_memalign,uptr align,uptr sz) TSAN_INTERCEPTOR() argument