Home
last modified time | relevance | path

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

/DragonOS/kernel/crates/ida/src/
H A Dlib.rs84 pub fn alloc(&mut self) -> Option<usize> { in alloc() method
/DragonOS/kernel/src/mm/allocator/
H A Dkernel_allocator.rs108 unsafe fn alloc(&self, layout: Layout) -> *mut u8 { in alloc() method
/DragonOS/kernel/src/driver/virtio/
H A Dsysfs.rs276 pub fn alloc(&self) -> VirtIODeviceIndex { in alloc() method
/DragonOS/kernel/src/arch/x86_64/kvm/vmx/
H A Dvcpu.rs89 pub fn alloc() -> Result<Self, SystemError> { in alloc() method
/DragonOS/kernel/src/driver/tty/virtual_terminal/
H A Dmod.rs165 pub fn alloc(&self, vc: Arc<VirtConsole>) -> Option<usize> { in alloc() method