Searched refs:live_byte_count_ (Results 1 – 3 of 3) sorted by relevance
313 chunk->live_byte_count_.fetch_add(by, std::memory_order_relaxed); in IncrementLiveBytes()317 return chunk->live_byte_count_.load(std::memory_order_relaxed); in live_bytes()321 chunk->live_byte_count_.store(value, std::memory_order_relaxed); in SetLiveBytes()339 chunk->live_byte_count_.fetch_add(by); in IncrementLiveBytes()356 chunk->live_byte_count_.fetch_add(by, std::memory_order_relaxed); in IncrementLiveBytes()360 return chunk->live_byte_count_.load(std::memory_order_relaxed); in live_bytes()364 chunk->live_byte_count_.store(value, std::memory_order_relaxed); in SetLiveBytes()
246 std::atomic<intptr_t> live_byte_count_; variable
432 reinterpret_cast<Address>(&chunk->live_byte_count_) - chunk->address(), in ValidateOffsets()