Lines Matching defs:self
182 fn alloc_impl(&self, layout: Layout, zeroed: bool) -> Result<NonNull<[u8]>, AllocError> { in alloc_impl()
197 &self, in grow_impl()
246 fn allocate(&self, layout: Layout) -> Result<NonNull<[u8]>, AllocError> { in allocate()
251 fn allocate_zeroed(&self, layout: Layout) -> Result<NonNull<[u8]>, AllocError> { in allocate_zeroed()
256 unsafe fn deallocate(&self, ptr: NonNull<u8>, layout: Layout) { in deallocate()
266 &self, in grow()
277 &self, in grow_zeroed()
288 &self, in shrink()
431 unsafe fn write_clone_into_raw(&self, target: *mut Self); in write_clone_into_raw()
436 default unsafe fn write_clone_into_raw(&self, target: *mut Self) { in write_clone_into_raw()
445 unsafe fn write_clone_into_raw(&self, target: *mut Self) { in write_clone_into_raw()