Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Darena.cc84 space_allocated_.store(options_.initial_block_size, in Init()
88 space_allocated_.store(0, std::memory_order_relaxed); in Init()
123 space_allocated_.fetch_add(size, std::memory_order_relaxed); in NewBlock()
240 return space_allocated_.load(std::memory_order_relaxed); in SpaceAllocated()
Darena_impl.h287 std::atomic<size_t> space_allocated_; // Total size of all allocated blocks. variable