Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/heap/
Dheap.h262 int64_t low_since_mark_compact() { in low_since_mark_compact() function
274 if (amount < low_since_mark_compact()) { in Update()
283 int64_t low_since_mark_compact_bytes = low_since_mark_compact(); in AllocatedSinceMarkCompact()
Dheap.cc1693 int64_t baseline = external_memory_.low_since_mark_compact(); in ReportExternalMemoryPressure()