Home
last modified time | relevance | path

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

/bootable/libbootloader/gbl/efi/src/
Dandroid_boot.rs41 let alloc = vec![0u8; sz]; in efi_android_load() localVariable
58 let mut alloc; in efi_android_load() localVariable
/bootable/libbootloader/gbl/libefi/src/
Dallocation.rs188 unsafe fn alloc(&self, layout: Layout) -> *mut u8 { in alloc() method