Home
last modified time | relevance | path

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

/external/musl/src/malloc/oldmalloc/
Daligned_alloc.c6 void *aligned_alloc(size_t align, size_t len) in aligned_alloc() function
/external/musl/src/malloc/mallocng/
Daligned_alloc.c5 void *aligned_alloc(size_t align, size_t len) in aligned_alloc() function
/external/gemmlowp/internal/
Dplatform.h56 inline void *aligned_alloc(size_t alignment, size_t size) { in aligned_alloc() function
/external/ComputeLibrary/src/common/
DAllocatorWrapper.cpp46 void *AllocatorWrapper::aligned_alloc(size_t size, size_t alignment) in aligned_alloc() function in arm_compute::AllocatorWrapper
/external/jemalloc_new/include/jemalloc/
Djemalloc_mangle.h12 # define aligned_alloc je_aligned_alloc macro
Djemalloc_mangle_jet.h12 # define aligned_alloc jet_aligned_alloc macro
Djemalloc.h343 # define aligned_alloc je_aligned_alloc macro
/external/cronet/base/allocator/partition_allocator/shim/
Dallocator_shim_override_libc_symbols.h60 SHIM_ALWAYS_EXPORT void* aligned_alloc(size_t align, size_t s) __THROW { in aligned_alloc() function
/external/perfetto/src/profiling/memory/
Dmalloc_interceptor_glibc_preload.cc133 void* aligned_alloc(size_t alignment, size_t size) { in aligned_alloc() function
/external/compiler-rt/lib/scudo/
Dscudo_interceptors.cpp59 INTERCEPTOR(void*, aligned_alloc, uptr alignment, uptr size) { in INTERCEPTOR() argument
/external/AFLplusplus/utils/libdislocator/
Dlibdislocator.so.c469 void *aligned_alloc(size_t align, size_t len) { in aligned_alloc() function
/external/ComputeLibrary/arm_compute/
DAclTypes.h121 void *(*aligned_alloc)(void *user_data, size_t size, size_t alignment); member
/external/compiler-rt/lib/asan/
Dasan_malloc_linux.cc93 INTERCEPTOR(void*, aligned_alloc, uptr boundary, uptr size) { in INTERCEPTOR() argument
/external/compiler-rt/lib/lsan/
Dlsan_interceptors.cc95 INTERCEPTOR(void*, aligned_alloc, uptr alignment, uptr size) { in INTERCEPTOR() argument
/external/cronet/base/allocator/partition_allocator/
Dpartition_root.h208 : aligned_alloc(aligned_alloc), in aligned_alloc() function
222 AlignedAlloc aligned_alloc; member
/external/compiler-rt/lib/msan/
Dmsan_interceptors.cc190 INTERCEPTOR(void *, aligned_alloc, SIZE_T boundary, SIZE_T size) { in INTERCEPTOR() argument
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Dneon_tensor_utils.cc82 inline void* aligned_alloc(size_t alignment, size_t size, in aligned_alloc() function
/external/rust/crates/libc/src/
Dwasi.rs454 pub fn aligned_alloc(a: size_t, b: size_t) -> *mut c_void; in aligned_alloc() function
/external/compiler-rt/lib/tsan/rtl/
Dtsan_interceptors.cc754 TSAN_INTERCEPTOR(void*, aligned_alloc, uptr align, uptr sz) { in TSAN_INTERCEPTOR() argument
/external/rust/crates/libc/src/solid/
Dmod.rs603 pub fn aligned_alloc(arg1: size_t, arg2: size_t) -> *mut c_void; in aligned_alloc() function
/external/vulkan-validation-layers/layers/
Dvk_mem_alloc.h3173 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