Searched refs:max_heap_size_ (Results 1 – 2 of 2) sorted by relevance
523 if (current_heap_size_ > max_heap_size_) { in Alloc()524 max_heap_size_ = current_heap_size_; in Alloc()552 max_heap_size_ = in AccountForSubcomputationMemory()553 std::max(max_heap_size_, current_heap_size_ + max_subcomputation_bytes); in AccountForSubcomputationMemory()564 result.heap_size = max_heap_size_; in Finish()
267 int64 max_heap_size_ = 0; variable