Searched defs:alloc_zeroed (Results 1 – 4 of 4) sorted by relevance
113 unsafe fn alloc_zeroed(&self, layout: Layout) -> *mut u8 { in alloc_zeroed() method154 unsafe fn alloc_zeroed(&mut self, layout: Layout) -> Result<NonNull<u8>, AllocErr> { in alloc_zeroed() method
409 pub fn alloc_zeroed(size: usize, align: usize) -> *mut u8; in alloc_zeroed() function