Home
last modified time | relevance | path

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

/external/jemalloc/include/jemalloc/
Djemalloc_mangle_jet.h17 # define aligned_alloc jet_aligned_alloc macro
Djemalloc_mangle.h17 # define aligned_alloc je_aligned_alloc macro
Djemalloc.h178 # define aligned_alloc je_aligned_alloc macro
/external/compiler-rt/lib/asan/
Dasan_malloc_linux.cc109 INTERCEPTOR(void*, aligned_alloc, uptr boundary, uptr size) { in INTERCEPTOR() argument
/external/compiler-rt/lib/lsan/
Dlsan_interceptors.cc108 INTERCEPTOR(void*, aligned_alloc, uptr alignment, uptr size) { in INTERCEPTOR() argument
/external/compiler-rt/lib/msan/
Dmsan_interceptors.cc166 INTERCEPTOR(void *, aligned_alloc, SIZE_T boundary, SIZE_T size) { in INTERCEPTOR() argument
/external/compiler-rt/lib/tsan/rtl/
Dtsan_interceptors.cc741 TSAN_INTERCEPTOR(void*, aligned_alloc, uptr align, uptr sz) { in TSAN_INTERCEPTOR() argument