Home
last modified time | relevance | path

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

/DragonOS/kernel/src/mm/allocator/
H A Dkernel_allocator.rs25 unsafe fn local_alloc_zeroed(&self, layout: Layout) -> *mut u8; in local_alloc_zeroed() method
79 unsafe fn local_alloc_zeroed(&self, layout: Layout) -> *mut u8 { in local_alloc_zeroed() method
109 let r = self.local_alloc_zeroed(layout); in alloc()
119 let r = self.local_alloc_zeroed(layout); in alloc_zeroed()