Searched defs:allocate (Results 1 – 3 of 3) sorted by relevance
31 fn allocate(&mut self) -> Option<Self::Buffer>; in allocate() method46 fn allocate(&mut self) -> Option<B> { in allocate() function57 pub(crate) fn allocate(&self) -> Option<ScopedBuffer<T>> { in allocate() method
154 fn allocate(&self, size: usize) -> *mut u8 { in allocate() method
223 static void allocate(size_t size, std::vector<uint8_t>* buffer) { in allocate() function