Searched defs:alloc (Results 1 – 5 of 5) sorted by relevance
84 pub fn alloc(&mut self) -> Option<usize> { in alloc() method
108 unsafe fn alloc(&self, layout: Layout) -> *mut u8 { in alloc() method
276 pub fn alloc(&self) -> VirtIODeviceIndex { in alloc() method
89 pub fn alloc() -> Result<Self, SystemError> { in alloc() method
165 pub fn alloc(&self, vc: Arc<VirtConsole>) -> Option<usize> { in alloc() method