Home
last modified time | relevance | path

Searched defs:allocate (Results 1 – 3 of 3) sorted by relevance

/bootable/libbootloader/gbl/libgbl/src/fastboot/
Dbuffer_pool.rs31 fn allocate(&mut self) -> Option<Self::Buffer>; in allocate() method
46 fn allocate(&mut self) -> Option<B> { in allocate() function
57 pub(crate) fn allocate(&self) -> Option<ScopedBuffer<T>> { in allocate() method
/bootable/libbootloader/gbl/libefi/src/
Dallocation.rs154 fn allocate(&self, size: usize) -> *mut u8 { in allocate() method
/bootable/deprecated-ota/updater/
Dblockimg.cpp223 static void allocate(size_t size, std::vector<uint8_t>* buffer) { in allocate() function