Home
last modified time | relevance | path

Searched refs:Allocate (Results 1 – 7 of 7) sorted by relevance

/developtools/profiler/device/plugins/ftrace_plugin/test/unittest/
Dpaged_mem_pool_test.cpp58 void* block = memPool->Allocate();
79 void* block = memPool->Allocate();
86 block = memPool->Allocate();
107 void* block = memPool->Allocate();
/developtools/profiler/device/plugins/ftrace_plugin/include/
Dpaged_mem_pool.h28 void* Allocate();
/developtools/profiler/hiebpf/test/unittest/
Dringbuffer_test.cpp342 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);
/developtools/profiler/device/plugins/ftrace_plugin/src/
Dpaged_mem_pool.cpp51 void* PagedMemPool::Allocate() in Allocate() function in PagedMemPool
Dflow_controller.cpp147 auto buffer = std::shared_ptr<uint8_t>(reinterpret_cast<u8ptr>(memPool_->Allocate()), in CreateRawDataBuffers()
/developtools/profiler/hiebpf/src/
Dringbuffer.cpp253 char* RingBuffer::Allocate(std::size_t bufSize) in Allocate() function in RingBuffer
287 char* newBuf = Allocate(expandedSize); in Resize()
/developtools/profiler/hiebpf/include/
Dringbuffer.h127 char* Allocate(std::size_t bufSize);