Home
last modified time | relevance | path

Searched defs:alloc (Results 1 – 3 of 3) sorted by relevance

/DragonOS-0.1.9/kernel/src/libs/ida/src/
Dlib.rs33 pub fn alloc(&self) -> Option<usize> { in alloc() method
/DragonOS-0.1.9/kernel/src/mm/allocator/
Dkernel_allocator.rs86 unsafe fn alloc(&self, layout: Layout) -> *mut u8 { in alloc() method
/DragonOS-0.1.9/kernel/src/arch/x86_64/kvm/vmx/
Dvcpu.rs86 pub fn alloc() -> Result<Self, SystemError> { in alloc() method