Home
last modified time | relevance | path

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

/DragonOS-0.1.8/kernel/src/mm/allocator/
Dkernel_allocator.rs17 unsafe fn local_alloc(&self, layout: Layout) -> *mut u8; in local_alloc() method
58 unsafe fn local_alloc(&self, layout: Layout) -> *mut u8 { in local_alloc() method
84 return self.local_alloc(layout); in alloc()