Searched refs:alloc_impl (Results 1 – 1 of 1) sorted by relevance
168 fn alloc_impl(&self, layout: Layout, zeroed: bool) -> Result<NonNull<[u8]>, AllocError> { in alloc_impl() method195 0 => self.alloc_impl(new_layout, zeroed), in grow_impl()219 let new_ptr = self.alloc_impl(new_layout, zeroed)?; in grow_impl()233 self.alloc_impl(layout, false) in allocate()238 self.alloc_impl(layout, true) in allocate_zeroed()