Searched refs:full_bytes (Results 1 – 1 of 1) sorted by relevance
423 uint64_t full_bytes = rolling_buffer_full_mark_[0].load(std::memory_order_relaxed); in RollingBytesAllocated() local424 if (full_bytes != 0) in RollingBytesAllocated()425 return full_bytes; in RollingBytesAllocated()
Completed in 6 milliseconds