| /external/musl/src/malloc/oldmalloc/ |
| D | aligned_alloc.c | 6 void *aligned_alloc(size_t align, size_t len) in aligned_alloc() function
|
| /external/musl/src/malloc/mallocng/ |
| D | aligned_alloc.c | 5 void *aligned_alloc(size_t align, size_t len) in aligned_alloc() function
|
| /external/gemmlowp/internal/ |
| D | platform.h | 56 inline void *aligned_alloc(size_t alignment, size_t size) { in aligned_alloc() function
|
| /external/ComputeLibrary/src/common/ |
| D | AllocatorWrapper.cpp | 46 void *AllocatorWrapper::aligned_alloc(size_t size, size_t alignment) in aligned_alloc() function in arm_compute::AllocatorWrapper
|
| /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/cronet/base/allocator/partition_allocator/shim/ |
| D | allocator_shim_override_libc_symbols.h | 60 SHIM_ALWAYS_EXPORT void* aligned_alloc(size_t align, size_t s) __THROW { in aligned_alloc() function
|
| /external/perfetto/src/profiling/memory/ |
| D | malloc_interceptor_glibc_preload.cc | 133 void* aligned_alloc(size_t alignment, size_t size) { in aligned_alloc() function
|
| /external/compiler-rt/lib/scudo/ |
| D | scudo_interceptors.cpp | 59 INTERCEPTOR(void*, aligned_alloc, uptr alignment, uptr size) { in INTERCEPTOR() argument
|
| /external/AFLplusplus/utils/libdislocator/ |
| D | libdislocator.so.c | 469 void *aligned_alloc(size_t align, size_t len) { in aligned_alloc() function
|
| /external/ComputeLibrary/arm_compute/ |
| D | AclTypes.h | 121 void *(*aligned_alloc)(void *user_data, size_t size, size_t alignment); member
|
| /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/cronet/base/allocator/partition_allocator/ |
| D | partition_root.h | 208 : aligned_alloc(aligned_alloc), in aligned_alloc() function 222 AlignedAlloc aligned_alloc; member
|
| /external/compiler-rt/lib/msan/ |
| D | msan_interceptors.cc | 190 INTERCEPTOR(void *, aligned_alloc, SIZE_T boundary, SIZE_T size) { in INTERCEPTOR() argument
|
| /external/tensorflow/tensorflow/lite/kernels/internal/optimized/ |
| D | neon_tensor_utils.cc | 82 inline void* aligned_alloc(size_t alignment, size_t size, in aligned_alloc() function
|
| /external/rust/crates/libc/src/ |
| D | wasi.rs | 454 pub fn aligned_alloc(a: size_t, b: size_t) -> *mut c_void; in aligned_alloc() function
|
| /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/rust/crates/libc/src/solid/ |
| D | mod.rs | 603 pub fn aligned_alloc(arg1: size_t, arg2: size_t) -> *mut c_void; in aligned_alloc() function
|
| /external/vulkan-validation-layers/layers/ |
| D | vk_mem_alloc.h | 3173 void *aligned_alloc(size_t alignment, size_t size) in aligned_alloc() function 3194 void *aligned_alloc(size_t alignment, size_t size) in aligned_alloc() function
|