Searched defs:aligned_alloc (Results 1 – 8 of 8) sorted by relevance
/external/jemalloc/include/jemalloc/ |
D | jemalloc_mangle.h | 17 # define aligned_alloc je_aligned_alloc macro
|
D | jemalloc_mangle_jet.h | 17 # define aligned_alloc jet_aligned_alloc macro
|
D | jemalloc.h | 336 # define aligned_alloc je_aligned_alloc macro
|
/external/compiler-rt/lib/scudo/ |
D | scudo_interceptors.cpp | 59 INTERCEPTOR(void*, aligned_alloc, uptr alignment, uptr size) { in INTERCEPTOR() argument
|
/external/compiler-rt/lib/asan/ |
D | asan_malloc_linux.cc | 93 INTERCEPTOR(void*, aligned_alloc, uptr boundary, uptr size) { in INTERCEPTOR() argument
|
/external/compiler-rt/lib/lsan/ |
D | lsan_interceptors.cc | 95 INTERCEPTOR(void*, aligned_alloc, uptr alignment, uptr size) { in INTERCEPTOR() argument
|
/external/compiler-rt/lib/msan/ |
D | msan_interceptors.cc | 190 INTERCEPTOR(void *, aligned_alloc, SIZE_T boundary, SIZE_T size) { in INTERCEPTOR() argument
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_interceptors.cc | 754 TSAN_INTERCEPTOR(void*, aligned_alloc, uptr align, uptr sz) { in TSAN_INTERCEPTOR() argument
|