Searched refs:memory_window_bytes_ (Results 1 – 3 of 3) sorted by relevance
198 memory_window_bytes_.Reset(size); in SetMemoryLimit()340 if (memory_window_bytes_.Push(rss_bytes)) { in CheckMemory_Locked()341 if (memory_window_bytes_.Mean() > in CheckMemory_Locked()346 memory_window_bytes_.Mean(), memory_limit_bytes_); in CheckMemory_Locked()
179 WindowedInterval memory_window_bytes_; variable
180 WindowedInterval memory_window_bytes_ PERFETTO_GUARDED_BY(mutex_);