Home
last modified time | relevance | path

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

/external/v8/src/
Disolate.cc2353 last_memory_usage_(0), in Throw()
2365 if (last_memory_usage_ + allocation_sample_bytes_ < malloced_current || in Throw()
2368 last_memory_usage_ = malloced_current; in Throw()
2380 if (malloced_current + allocation_sample_bytes_ < last_memory_usage_ || in Throw()
2383 last_memory_usage_ = malloced_current; in Throw()
2432 std::atomic<size_t> last_memory_usage_; in Throw() member in v8::internal::VerboseAccountingAllocator