Searched defs:alloc_aligned (Results 1 – 6 of 6) sorted by relevance
14 fn alloc_aligned(); in alloc_aligned() function27 pub fn alloc_aligned() { in alloc_aligned() function
14 fn alloc_aligned(); in alloc_aligned() function28 pub fn alloc_aligned() { in alloc_aligned() function
14 fn alloc_aligned(); in alloc_aligned() function30 pub fn alloc_aligned() { in alloc_aligned() function
93 pub fn alloc_aligned(&mut self, layout: Layout) -> Option<usize> { in alloc_aligned() method
494 static void *alloc_aligned(size_t align, size_t size, struct memory_type *type) in alloc_aligned() function