Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/heap/cppgc/
Dheap-statistics-collector.cc55 space_stats->committed_size_bytes += (*page_stats)->committed_size_bytes; in FinalizePage()
68 stats->committed_size_bytes += (*space_stats)->committed_size_bytes; in FinalizeSpace()
147 current_page_stats_->committed_size_bytes = kPageSize; in VisitNormalPage()
160 current_page_stats_->committed_size_bytes = allocated_size; in VisitLargePage()
/third_party/node/deps/v8/include/cppgc/
Dheap-statistics.h53 size_t committed_size_bytes = 0; member
88 size_t committed_size_bytes = 0; member
100 size_t committed_size_bytes = 0; member