HomeSort by: relevance | last modified time | path
    Searched defs:CurrentBuffer (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/xray/
xray_fdr_logging.cc 225 static uint8_t *CurrentBuffer{nullptr};
235 if (CurrentBuffer != nullptr) {
236 deallocateBuffer(CurrentBuffer, SerializedBufferSize);
237 CurrentBuffer = nullptr;
256 CurrentBuffer = allocateBuffer(SerializedBufferSize);
257 if (CurrentBuffer == nullptr)
260 // Write out the extents as a Metadata Record into the CurrentBuffer.
267 static_cast<char *>(internal_memcpy(CurrentBuffer, &ExtentsRecord,
273 Result.Data = CurrentBuffer;

Completed in 11 milliseconds