Searched defs:alloc_aligned (Results 1 – 3 of 3) sorted by relevance
14 fn alloc_aligned(); in alloc_aligned() function27 pub fn alloc_aligned() { in alloc_aligned() function
92 pub fn alloc_aligned(&mut self, layout: Layout) -> Option<usize> { in alloc_aligned() method