Home
last modified time | relevance | path

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

/rocksdb-6.9/memory/
Dconcurrent_arena.h73 return memory_allocated_bytes_.load(std::memory_order_relaxed); in MemoryAllocatedBytes()
112 std::atomic<size_t> memory_allocated_bytes_; variable
205 memory_allocated_bytes_.store(arena_.MemoryAllocatedBytes(), in Fixup()