Searched refs:live_byte_count_ (Results 1 – 2 of 2) sorted by relevance
361 chunk->live_byte_count_ += by; in IncrementLiveBytes()365 return chunk->live_byte_count_; in live_bytes()369 chunk->live_byte_count_ = value; in SetLiveBytes()381 chunk->live_byte_count_ += by; in IncrementLiveBytes()385 return chunk->live_byte_count_; in live_bytes()389 chunk->live_byte_count_ = value; in SetLiveBytes()402 chunk->live_byte_count_ += by; in IncrementLiveBytes()406 return chunk->live_byte_count_; in live_bytes()410 chunk->live_byte_count_ = value; in SetLiveBytes()
682 std::atomic<intptr_t> live_byte_count_; variable