Home
last modified time | relevance | path

Searched defs:aligned_alloc (Results 1 – 8 of 8) sorted by relevance

/external/jemalloc/include/jemalloc/
Djemalloc_mangle.h17 # define aligned_alloc je_aligned_alloc macro
Djemalloc_mangle_jet.h17 # define aligned_alloc jet_aligned_alloc macro
Djemalloc.h336 # define aligned_alloc je_aligned_alloc macro
/external/compiler-rt/lib/scudo/
Dscudo_interceptors.cpp59 INTERCEPTOR(void*, aligned_alloc, uptr alignment, uptr size) { in INTERCEPTOR() argument
/external/compiler-rt/lib/asan/
Dasan_malloc_linux.cc93 INTERCEPTOR(void*, aligned_alloc, uptr boundary, uptr size) { in INTERCEPTOR() argument
/external/compiler-rt/lib/lsan/
Dlsan_interceptors.cc95 INTERCEPTOR(void*, aligned_alloc, uptr alignment, uptr size) { in INTERCEPTOR() argument
/external/compiler-rt/lib/msan/
Dmsan_interceptors.cc190 INTERCEPTOR(void *, aligned_alloc, SIZE_T boundary, SIZE_T size) { in INTERCEPTOR() argument
/external/compiler-rt/lib/tsan/rtl/
Dtsan_interceptors.cc754 TSAN_INTERCEPTOR(void*, aligned_alloc, uptr align, uptr sz) { in TSAN_INTERCEPTOR() argument