Searched defs:alloc (Results 1 – 2 of 2) sorted by relevance
/bootable/libbootloader/gbl/libgbl/ | ||
D | Cargo.toml | 25 alloc = [] qkey |
/bootable/libbootloader/gbl/libefi/src/ | ||
D | allocation.rs | 113 unsafe fn alloc(&self, layout: Layout) -> *mut u8 { in alloc() method |