Home
last modified time | relevance | path

Searched refs:allocate (Results 1 – 2 of 2) sorted by relevance

/bootable/libbootloader/gbl/libefi/src/
Dallocation.rs85 fn allocate(&self, size: usize) -> *mut u8 { in allocate() method
121 self.allocate(size) in alloc()
132 unsafe { EFI_GLOBAL_ALLOCATOR.allocate(size) } in efi_malloc()
/bootable/deprecated-ota/updater/
Dblockimg.cpp223 static void allocate(size_t size, std::vector<uint8_t>* buffer) { in allocate() function
742 allocate(src.blocks() * BLOCKSIZE, buffer); in LoadStash()
784 allocate(sb.st_size, buffer); in LoadStash()
1005 allocate(*src_blocks * BLOCKSIZE, &params.buffer); in LoadSourceBlocks()
1231 allocate(blocks * BLOCKSIZE, &params.buffer); in PerformCommandStash()
1286 allocate(BLOCKSIZE, &params.buffer); in PerformCommandZero()