Searched defs:aligned_alloc (Results 1 – 11 of 11) sorted by relevance
7 void *aligned_alloc(size_t align, size_t len) in aligned_alloc() function
9 void *aligned_alloc(size_t align, size_t len) in aligned_alloc() function
44 void *aligned_alloc(size_t a, size_t n) in aligned_alloc() function
52 void* aligned_alloc(size_t align, size_t len) in aligned_alloc() function
47 MallocAlignedAllocType aligned_alloc; member
80 void* aligned_alloc(size_t align, size_t len) in aligned_alloc() function
69 MallocAlignedAllocType aligned_alloc; member
71 void* aligned_alloc = (void*)addr; in allocate() local
454 pub fn aligned_alloc(a: size_t, b: size_t) -> *mut c_void; in aligned_alloc() function
603 pub fn aligned_alloc(arg1: size_t, arg2: size_t) -> *mut c_void; in aligned_alloc() function
3988 void *aligned_alloc(size_t alignment, size_t size) in aligned_alloc() function4000 void *aligned_alloc(size_t alignment, size_t size) in aligned_alloc() function