Home
last modified time | relevance | path

Searched refs:allocate_zeroed (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/rust/alloc/
H A Draw_vec.rs194 AllocInit::Zeroed => alloc.allocate_zeroed(layout), in allocate_in()
222 AllocInit::Zeroed => alloc.allocate_zeroed(layout), in try_allocate_in()
H A Dalloc.rs247 fn allocate_zeroed(&self, layout: Layout) -> Result<NonNull<[u8]>, AllocError> { in allocate_zeroed() method
H A Dboxed.rs564 alloc.allocate_zeroed(layout)?.cast() in try_new_zeroed_in()
731 Global.allocate_zeroed(layout)?.cast() in try_new_zeroed_slice()