Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/heap/
Dpaged-spaces.cc874 size_t page_allocated = in VerifyCountersBeforeConcurrentSweeping() local
879 total_allocated += page_allocated; in VerifyCountersBeforeConcurrentSweeping()
880 DCHECK_EQ(page_allocated, accounting_stats_.AllocatedOnPage(page)); in VerifyCountersBeforeConcurrentSweeping()