Home
last modified time | relevance | path

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

/third_party/musl/porting/liteos_a/user_debug/src/malloc/oldmalloc/
Daligned_alloc.c7 void *aligned_alloc(size_t align, size_t len) in aligned_alloc() function
/third_party/musl/src/malloc/oldmalloc/
Daligned_alloc.c9 void *aligned_alloc(size_t align, size_t len) in aligned_alloc() function
/third_party/musl/libc-test/src/regression/
Dflockfile-list.c44 void *aligned_alloc(size_t a, size_t n) in aligned_alloc() function
/third_party/musl/porting/linux/user/src/hook/
Dmalloc_common.c52 void* aligned_alloc(size_t align, size_t len) in aligned_alloc() function
Dmusl_malloc_dispatch.h47 MallocAlignedAllocType aligned_alloc; member
/third_party/musl/src/hook/linux/
Dmalloc_common.c80 void* aligned_alloc(size_t align, size_t len) in aligned_alloc() function
Dmusl_malloc_dispatch.h69 MallocAlignedAllocType aligned_alloc; member
/third_party/vulkan-loader/tests/
Dloader_alloc_callback_tests.cpp72 void* aligned_alloc = (void*)addr; in allocate() local
/third_party/rust/crates/libc/src/
Dwasi.rs458 pub fn aligned_alloc(a: size_t, b: size_t) -> *mut c_void; in aligned_alloc() function
/third_party/rust/crates/libc/src/teeos/
Dmod.rs1015 pub fn aligned_alloc(align: size_t, len: size_t) -> *mut c_void; in aligned_alloc() function
/third_party/rust/crates/libc/src/solid/
Dmod.rs603 pub fn aligned_alloc(arg1: size_t, arg2: size_t) -> *mut c_void; in aligned_alloc() function
/third_party/skia/third_party/vulkanmemoryallocator/include/
Dvk_mem_alloc.h3988 void *aligned_alloc(size_t alignment, size_t size) in aligned_alloc() function
4000 void *aligned_alloc(size_t alignment, size_t size) in aligned_alloc() function