Home
last modified time | relevance | path

Searched refs:dealloc (Results 1 – 2 of 2) sorted by relevance

/rust/kernel/
Dallocator.rs49 unsafe fn dealloc(&self, ptr: *mut u8, _layout: Layout) { in dealloc() method
/rust/alloc/
Dalloc.rs108 pub unsafe fn dealloc(ptr: *mut u8, layout: Layout) { in dealloc() function
246 unsafe { dealloc(ptr.as_ptr(), layout) } in deallocate()