Searched refs:dealloc (Results 1 – 2 of 2) sorted by relevance
92 unsafe fn dealloc(&self, ptr: *mut u8, layout: Layout) { in dealloc() method
81 KERNEL_ALLOCATOR.dealloc(self.inner.as_ptr().cast(), Self::LAYOUT); in drop()