Home
last modified time | relevance | path

Searched defs:aligned_alloc (Results 1 - 11 of 11) sorted by relevance

/third_party/musl/src/malloc/oldmalloc/
H A Daligned_alloc.c9 void *aligned_alloc(size_t align, size_t len) in aligned_alloc() function
/third_party/musl/porting/liteos_a/user_debug/src/malloc/oldmalloc/
H A Daligned_alloc.c7 void *aligned_alloc(size_t align, size_t len) in aligned_alloc() function
/third_party/musl/libc-test/src/regression/
H A Dflockfile-list.c44 void *aligned_alloc(size_t a, size_t n) in aligned_alloc() function
/third_party/musl/src/hook/linux/
H A Dmalloc_common.c80 void* aligned_alloc(size_t align, size_t len) in aligned_alloc() function
H A Dmusl_malloc_dispatch.h69 MallocAlignedAllocType aligned_alloc; member
/third_party/musl/porting/linux/user/src/hook/
H A Dmalloc_common.c52 void* aligned_alloc(size_t align, size_t len) in aligned_alloc() function
H A Dmusl_malloc_dispatch.h47 MallocAlignedAllocType aligned_alloc; member
/third_party/vulkan-loader/tests/
H A Dloader_alloc_callback_tests.cpp71 void* aligned_alloc = (void*)addr; in allocate() local
/third_party/rust/crates/libc/src/solid/
H A Dmod.rs603 pub fn aligned_alloc(arg1: size_t, arg2: size_t) -> *mut c_void; in aligned_alloc() functions
/third_party/rust/crates/libc/src/
H A Dwasi.rs454 pub fn aligned_alloc(a: size_t, b: size_t) -> *mut c_void; in aligned_alloc() functions
/third_party/skia/third_party/vulkanmemoryallocator/include/
H A 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

Completed in 33 milliseconds