Searched refs:pooled_current (Results 1 – 1 of 1) sorted by relevance
2363 size_t pooled_current = GetCurrentPoolSize(); in Throw() local2366 last_pool_size_ + pool_sample_bytes_ < pooled_current) { in Throw()2367 PrintMemoryJSON(malloced_current, pooled_current); in Throw()2369 last_pool_size_ = pooled_current; in Throw()2378 size_t pooled_current = GetCurrentPoolSize(); in Throw() local2381 pooled_current + pool_sample_bytes_ < last_pool_size_) { in Throw()2382 PrintMemoryJSON(malloced_current, pooled_current); in Throw()2384 last_pool_size_ = pooled_current; in Throw()