Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/
Darena.cc85 space_allocated_.store(options_.initial_block_size, in Init()
89 space_allocated_.store(0, std::memory_order_relaxed); in Init()
124 space_allocated_.fetch_add(size, std::memory_order_relaxed); in NewBlock()
209 return space_allocated_.load(std::memory_order_relaxed); in SpaceAllocated()
Darena_impl.h325 std::atomic<size_t> space_allocated_; // Total size of all allocated blocks. variable