Searched defs:aligned_alloc (Results 1 – 12 of 12) sorted by relevance
| /third_party/musl/porting/liteos_a/user_debug/src/malloc/oldmalloc/ |
| D | aligned_alloc.c | 7 void *aligned_alloc(size_t align, size_t len) in aligned_alloc() function
|
| /third_party/musl/src/malloc/oldmalloc/ |
| D | aligned_alloc.c | 9 void *aligned_alloc(size_t align, size_t len) in aligned_alloc() function
|
| /third_party/musl/libc-test/src/regression/ |
| D | flockfile-list.c | 44 void *aligned_alloc(size_t a, size_t n) in aligned_alloc() function
|
| /third_party/musl/porting/linux/user/src/hook/ |
| D | malloc_common.c | 52 void* aligned_alloc(size_t align, size_t len) in aligned_alloc() function
|
| D | musl_malloc_dispatch.h | 47 MallocAlignedAllocType aligned_alloc; member
|
| /third_party/musl/src/hook/linux/ |
| D | malloc_common.c | 80 void* aligned_alloc(size_t align, size_t len) in aligned_alloc() function
|
| D | musl_malloc_dispatch.h | 69 MallocAlignedAllocType aligned_alloc; member
|
| /third_party/vulkan-loader/tests/ |
| D | loader_alloc_callback_tests.cpp | 72 void* aligned_alloc = (void*)addr; in allocate() local
|
| /third_party/rust/crates/libc/src/ |
| D | wasi.rs | 458 pub fn aligned_alloc(a: size_t, b: size_t) -> *mut c_void; in aligned_alloc() function
|
| /third_party/rust/crates/libc/src/teeos/ |
| D | mod.rs | 1015 pub fn aligned_alloc(align: size_t, len: size_t) -> *mut c_void; in aligned_alloc() function
|
| /third_party/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
|
| /third_party/skia/third_party/vulkanmemoryallocator/include/ |
| D | vk_mem_alloc.h | 3988 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
|