Home
last modified time | relevance | path

Searched defs:allocate (Results 1 – 6 of 6) sorted by relevance

/DragonOS-0.1.8/kernel/src/mm/
Dno_init.rs35 unsafe fn allocate(&mut self, _count: PageFrameCount) -> Option<(PhysAddr, PageFrameCount)> { in allocate() method
/DragonOS-0.1.8/kernel/src/mm/allocator/
Dbump.rs47 unsafe fn allocate(&mut self, count: PageFrameCount) -> Option<(PhysAddr, PageFrameCount)> { in allocate() method
Dslab.rs45 pub fn allocate(&mut self, _layout: Layout) -> Option<*mut u8> { in allocate() method
Dpage_frame.rs287 unsafe fn allocate(&mut self, count: PageFrameCount) -> Option<(PhysAddr, PageFrameCount)>; in allocate() method
305 unsafe fn allocate(&mut self, count: PageFrameCount) -> Option<(PhysAddr, PageFrameCount)> { in allocate() method
Dbuddy.rs636 unsafe fn allocate(&mut self, count: PageFrameCount) -> Option<(PhysAddr, PageFrameCount)> { in allocate() method
/DragonOS-0.1.8/kernel/src/arch/x86_64/mm/
Dmod.rs529 unsafe fn allocate( in allocate() method