Searched defs:aligned_alloc (Results 1 – 7 of 7) sorted by relevance
| /external/jemalloc/include/jemalloc/ |
| D | jemalloc_mangle_jet.h | 17 # define aligned_alloc jet_aligned_alloc macro
|
| D | jemalloc_mangle.h | 17 # define aligned_alloc je_aligned_alloc macro
|
| D | jemalloc.h | 178 # define aligned_alloc je_aligned_alloc macro
|
| /external/compiler-rt/lib/asan/ |
| D | asan_malloc_linux.cc | 109 INTERCEPTOR(void*, aligned_alloc, uptr boundary, uptr size) { in INTERCEPTOR() argument
|
| /external/compiler-rt/lib/lsan/ |
| D | lsan_interceptors.cc | 108 INTERCEPTOR(void*, aligned_alloc, uptr alignment, uptr size) { in INTERCEPTOR() argument
|
| /external/compiler-rt/lib/msan/ |
| D | msan_interceptors.cc | 166 INTERCEPTOR(void *, aligned_alloc, SIZE_T boundary, SIZE_T size) { in INTERCEPTOR() argument
|
| /external/compiler-rt/lib/tsan/rtl/ |
| D | tsan_interceptors.cc | 741 TSAN_INTERCEPTOR(void*, aligned_alloc, uptr align, uptr sz) { in TSAN_INTERCEPTOR() argument
|