Searched defs:alloc (Results 1 – 3 of 3) sorted by relevance
33 pub fn alloc(&self) -> Option<usize> { in alloc() method
86 unsafe fn alloc(&self, layout: Layout) -> *mut u8 { in alloc() method
86 pub fn alloc() -> Result<Self, SystemError> { in alloc() method