Searched refs:memory_allocated_bytes_ (Results 1 – 2 of 2) sorted by relevance
137 DCHECK_LE(memory_freed_bytes_since_end_of_marking_, memory_allocated_bytes_); in NotifyMarkingCompleted()138 memory_allocated_bytes_ -= memory_freed_bytes_since_end_of_marking_; in NotifyMarkingCompleted()139 current_.memory_size_before_sweep_bytes = memory_allocated_bytes_; in NotifyMarkingCompleted()257 return memory_allocated_bytes_ - memory_freed_bytes_since_end_of_marking_; in allocated_memory_size()287 memory_allocated_bytes_ += size; in NotifyAllocatedMemory()
354 int64_t memory_allocated_bytes_ = 0; variable