Searched refs:allocate_zeroed (Results 1 – 3 of 3) sorted by relevance
194 AllocInit::Zeroed => alloc.allocate_zeroed(layout), in allocate_in()222 AllocInit::Zeroed => alloc.allocate_zeroed(layout), in try_allocate_in()
247 fn allocate_zeroed(&self, layout: Layout) -> Result<NonNull<[u8]>, AllocError> { in allocate_zeroed() method
564 alloc.allocate_zeroed(layout)?.cast() in try_new_zeroed_in()731 Global.allocate_zeroed(layout)?.cast() in try_new_zeroed_slice()