Home
last modified time | relevance | path

Searched defs:deallocate (Results 1 – 5 of 5) sorted by relevance

/DragonOS/kernel/src/mm/allocator/
H A Dslab.rs52 pub(crate) unsafe fn deallocate( in deallocate() method
/DragonOS/kernel/crates/rust-slabmalloc/src/
H A Dlib.rs68 unsafe fn deallocate( in deallocate() method
H A Dzone.rs173 unsafe fn deallocate( in deallocate() method
H A Dsc.rs317 pub unsafe fn deallocate( in deallocate() method
H A Dpages.rs239 fn deallocate(&self, ptr: NonNull<u8>, layout: Layout) -> Result<(), AllocationError> { in deallocate() method