Searched refs:memory_limit_bytes_ (Results 1 – 6 of 6) sorted by relevance
134 memory_limit_bytes_ = bytes; in SetMemoryLimit()180 if (memory_limit_bytes_ == 0) in CheckMemory()186 if (memory_window_bytes_.Mean() > static_cast<double>(memory_limit_bytes_)) { in CheckMemory()190 memory_window_bytes_.Mean(), memory_limit_bytes_); in CheckMemory()
91 memory_limit_bytes_(memory_limit_bytes), in size_function_()142 const int64 memory_limit_bytes_; variable
2007 << HumanReadableNumBytes(memory_limit_bytes_); in Run()2032 memory_limit_bytes_ - module_output_size; in Run()2104 if (current_peak_memory > memory_limit_bytes_) { in Run()2108 HumanReadableNumBytes(memory_limit_bytes_), memory_limit_bytes_, in Run()
152 uint64_t memory_limit_bytes_ = 0; variable
151 memory_limit_bytes_(GetMemoryLimitBytes()), in StreamExecutor()488 if (memory_limit_bytes_ > 0 && in Allocate()489 static_cast<int64>(mem_alloc_bytes_ + size) > memory_limit_bytes_) { in Allocate()493 << ", limit=" << memory_limit_bytes_ << "]"; in Allocate()
746 int64 memory_limit_bytes_; variable