Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/heap/
Dallocation-stats.h32 allocated_on_page_ = stats.allocated_on_page_;
47 allocated_on_page_.clear(); in ClearSize()
57 return allocated_on_page_.at(page); in AllocatedOnPage()
68 allocated_on_page_[page] += bytes; in IncreaseAllocatedBytes()
76 DCHECK_GE(allocated_on_page_[page], bytes); in DecreaseAllocatedBytes()
77 allocated_on_page_[page] -= bytes; in DecreaseAllocatedBytes()
110 allocated_on_page_; variable