Searched refs:AllocForWrite (Results 1 – 4 of 4) sorted by relevance
84 while ((p = buf.AllocForWrite(writeData.size)) != nullptr) { in WriteBuffer()124 while ((p = rb.AllocForWrite(writeData.size)) != nullptr) {140 uint8_t *tail = rb.AllocForWrite(sizeof(perf_event_header));
33 uint8_t *AllocForWrite(size_t writeSize);
38 uint8_t *RingBuffer::AllocForWrite(size_t writeSize) in AllocForWrite() function in OHOS::Developtools::HiPerf::RingBuffer
1342 uint8_t *buf = recordBuf_->AllocForWrite(mmap.header.size); in CutStackAndMove()1392 if ((buf = recordBuf_->AllocForWrite(mmap.header.size)) == nullptr) { in MoveRecordToBuf()