Home
last modified time | relevance | path

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

/external/v8/src/
Disolate.cc1990 last_memory_usage_(0), in Throw()
2002 if (last_memory_usage_.Value() + allocation_sample_bytes_ < in Throw()
2006 last_memory_usage_.SetValue(malloced_current); in Throw()
2019 last_memory_usage_.Value() || in Throw()
2022 last_memory_usage_.SetValue(malloced_current); in Throw()
2079 base::AtomicNumber<size_t> last_memory_usage_; in Throw() member in v8::internal::VerboseAccountingAllocator