Searched refs:Allocate (Results 1 – 7 of 7) sorted by relevance
58 void* block = memPool->Allocate();79 void* block = memPool->Allocate();86 block = memPool->Allocate();107 void* block = memPool->Allocate();
28 void* Allocate();
342 HWTEST_F(RingbufferTest, Allocate, TestSize.Level1)347 auto newBuffer = ringBuffer->Allocate(1);353 newBuffer = ringBuffer->Allocate(1);359 newBuffer = ringBuffer->Allocate(1);365 newBuffer = ringBuffer->Allocate(1);
51 void* PagedMemPool::Allocate() in Allocate() function in PagedMemPool
147 auto buffer = std::shared_ptr<uint8_t>(reinterpret_cast<u8ptr>(memPool_->Allocate()), in CreateRawDataBuffers()
253 char* RingBuffer::Allocate(std::size_t bufSize) in Allocate() function in RingBuffer287 char* newBuf = Allocate(expandedSize); in Resize()
127 char* Allocate(std::size_t bufSize);