Searched refs:bytes_allocated_ (Results 1 – 2 of 2) sorted by relevance
87 size_t bytes_allocated_; variable90 Status() : bytes_allocated_(0) {} in Status()91 size_t bytes_allocated() const { return bytes_allocated_; } in bytes_allocated()
219 TC3_ARENASET(status_.bytes_allocated_ = block_size_); in Reset()332 TC3_ARENASET(status_.bytes_allocated_ += adjusted_block_size); in AllocNewBlock()