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