Home
last modified time | relevance | path

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

/external/v8/src/
Disolate.cc2362 size_t malloced_current = GetCurrentMemoryUsage(); in Throw() local
2365 if (last_memory_usage_ + allocation_sample_bytes_ < malloced_current || in Throw()
2367 PrintMemoryJSON(malloced_current, pooled_current); in Throw()
2368 last_memory_usage_ = malloced_current; in Throw()
2377 size_t malloced_current = GetCurrentMemoryUsage(); in Throw() local
2380 if (malloced_current + allocation_sample_bytes_ < last_memory_usage_ || in Throw()
2382 PrintMemoryJSON(malloced_current, pooled_current); in Throw()
2383 last_memory_usage_ = malloced_current; in Throw()