Searched defs:aligned_alloc (Results 1 – 9 of 9) sorted by relevance
| /third_party/musl/src/malloc/oldmalloc/ |
| D | aligned_alloc.c | 6 void *aligned_alloc(size_t align, size_t len) in aligned_alloc() function
|
| /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/mallocng/ |
| D | aligned_alloc.c | 5 void *aligned_alloc(size_t align, size_t len) in aligned_alloc() function
|
| /third_party/musl/porting/linux/user/src/malloc/mallocng/ |
| 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/vulkan-loader/tests/ |
| D | loader_alloc_callback_tests.cpp | 62 … void add_element(std::unique_ptr<char[]>&& alloc, void* aligned_alloc, AllocationDetails detail) { in add_element() 88 void* aligned_alloc = (void*)addr; in allocate() local
|
| /third_party/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
|
| /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 | 3943 void *aligned_alloc(size_t alignment, size_t size) in aligned_alloc() function 3955 void *aligned_alloc(size_t alignment, size_t size) in aligned_alloc() function
|