Home
last modified time | relevance | path

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

/DragonOS/kernel/src/mm/allocator/
H A Dkernel_allocator.rs26 unsafe fn local_dealloc(&self, ptr: *mut u8, layout: Layout); in local_dealloc() method
97 unsafe fn local_dealloc(&self, ptr: *mut u8, layout: Layout) { in local_dealloc() method
134 self.local_dealloc(ptr, layout); in dealloc()