Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/heap/
H A Dread-only-spaces.cc567 size_t real_allocated = 0; in VerifyCounters() local
570 real_allocated += object.Size(); in VerifyCounters()
576 DCHECK_LE(real_allocated, accounting_stats_.AllocatedOnPage(page)); in VerifyCounters()
H A Dpaged-spaces.cc847 size_t real_allocated = 0; in VerifyCountersAfterSweeping() local
850 real_allocated += object.Size(cage_base); in VerifyCountersAfterSweeping()
856 DCHECK_LE(real_allocated, accounting_stats_.AllocatedOnPage(page)); in VerifyCountersAfterSweeping()

Completed in 4 milliseconds