Home
last modified time | relevance | path

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

/Linux-v6.6/rust/alloc/
Dalloc.rs182 fn alloc_impl(&self, layout: Layout, zeroed: bool) -> Result<NonNull<[u8]>, AllocError> { in alloc_impl() method
209 0 => self.alloc_impl(new_layout, zeroed), in grow_impl()
233 let new_ptr = self.alloc_impl(new_layout, zeroed)?; in grow_impl()
247 self.alloc_impl(layout, false) in allocate()
252 self.alloc_impl(layout, true) in allocate_zeroed()