Searched refs:alloc_impl (Results 1 – 1 of 1) sorted by relevance
182 fn alloc_impl(&self, layout: Layout, zeroed: bool) -> Result<NonNull<[u8]>, AllocError> { in alloc_impl() method209 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()