Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/heap/
Dnew-spaces.cc373 size_t computed_committed_physical_memory = 0; in Verify() local
398 computed_committed_physical_memory += page->CommittedPhysicalMemory(); in Verify()
405 CHECK_EQ(computed_committed_physical_memory, CommittedPhysicalMemory()); in Verify()