Searched refs:total_region_allocated_bytes_ (Results 1 – 2 of 2) sorted by relevance
91 size_t available_bytes = memory_limit_ - total_region_allocated_bytes_; in Extend()139 total_region_allocated_bytes_ += bytes; in Extend()141 << strings::HumanReadableNumBytes(total_region_allocated_bytes_); in Extend()
432 size_t total_region_allocated_bytes_ = 0; variable