Searched refs:malloced_current (Results 1 – 1 of 1) sorted by relevance
2362 size_t malloced_current = GetCurrentMemoryUsage(); in Throw() local2365 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() local2380 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()