Home
last modified time | relevance | path

Searched refs:tracked_live_bytes_ (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/heap/cppgc/
H A Dstats-collector.cc46 DCHECK_GE(tracked_live_bytes_ + bytes, tracked_live_bytes_); in NotifyAllocation()
47 tracked_live_bytes_ += bytes; in NotifyAllocation()
55 DCHECK_GE(tracked_live_bytes_, bytes); in NotifyExplicitFree()
56 tracked_live_bytes_ -= bytes; in NotifyExplicitFree()
134 tracked_live_bytes_ = marked_bytes_so_far_; in NotifyMarkingCompleted()
H A Dstats-collector.h347 size_t tracked_live_bytes_ = 0; member in cppgc::internal::final

Completed in 3 milliseconds