Searched refs:rss_bytes (Results 1 – 2 of 2) sorted by relevance
164 uint64_t rss_bytes = static_cast<uint64_t>(rss_pages) * base::kPageSize; in ThreadMain() local166 CheckMemory(rss_bytes); in ThreadMain()171 void Watchdog::CheckMemory(uint64_t rss_bytes) { in CheckMemory() argument177 if (memory_window_bytes_.Push(rss_bytes)) { in CheckMemory()
127 void CheckMemory(uint64_t rss_bytes);