Searched defs:aligned_alloc (Results 1 – 15 of 15) sorted by relevance
/external/gemmlowp/internal/ |
D | platform.h | 56 inline void *aligned_alloc(size_t alignment, size_t size) { in aligned_alloc() function
|
/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 | 361 # define aligned_alloc je_aligned_alloc macro
|
/external/jemalloc_new/include/jemalloc/ |
D | jemalloc_mangle.h | 12 # define aligned_alloc je_aligned_alloc macro
|
D | jemalloc_mangle_jet.h | 12 # define aligned_alloc jet_aligned_alloc macro
|
D | jemalloc.h | 343 # 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/tensorflow/tensorflow/lite/kernels/internal/optimized/ |
D | neon_tensor_utils.cc | 44 void* aligned_alloc(size_t alignment, size_t size, void** freeing_buffer) { in aligned_alloc() function
|
/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
|
/external/skqp/third_party/vulkanmemoryallocator/include/ |
D | vk_mem_alloc.h | 2246 void *aligned_alloc(size_t alignment, size_t size) in aligned_alloc() function
|
/external/skia/third_party/vulkanmemoryallocator/include/ |
D | vk_mem_alloc.h | 2246 void *aligned_alloc(size_t alignment, size_t size) in aligned_alloc() function
|