Home
last modified time | relevance | path

Searched refs:bytes_to_report (Results 1 – 1 of 1) sorted by relevance

/third_party/node/deps/v8/src/heap/cppgc-js/
Dcpp-heap.cc730 const int64_t bytes_to_report = buffered_allocated_bytes_; in ReportBufferedAllocationSizeIfPossible() local
735 if (bytes_to_report < 0) { in ReportBufferedAllocationSizeIfPossible()
736 tracer->DecreaseAllocatedSize(static_cast<size_t>(-bytes_to_report)); in ReportBufferedAllocationSizeIfPossible()
738 tracer->IncreaseAllocatedSize(static_cast<size_t>(bytes_to_report)); in ReportBufferedAllocationSizeIfPossible()