Searched refs:max_heap_size_ (Results 1 – 2 of 2) sorted by relevance
456 if (current_heap_size_ > max_heap_size_) { in Alloc()457 max_heap_size_ = current_heap_size_; in Alloc()486 max_heap_size_ = in AccountForSubcomputationMemory()487 std::max(max_heap_size_, current_heap_size_ + max_subcomputation_bytes); in AccountForSubcomputationMemory()502 result.heap_size = max_heap_size_; in Finish()
308 int64 max_heap_size_ = 0; variable