Searched refs:SetMemoryLimit (Results 1 – 6 of 6) sorted by relevance
40 void SetMemoryLimit(uint32_t /*bytes*/, uint32_t /*window_ms*/) {} in SetMemoryLimit() function
67 void SetMemoryLimit(uint64_t bytes, uint32_t window_ms);
53 watchdog->SetMemoryLimit(32 * 1024 * 1024, 30 * 1000); in ProbesMain()
89 watchdog.SetMemoryLimit(8 * 1024 * 1024, 25); in TEST()
108 void Watchdog::SetMemoryLimit(uint64_t bytes, uint32_t window_ms) { in SetMemoryLimit() function in perfetto::base::Watchdog
2073 base::Watchdog::GetInstance()->SetMemoryLimit(guardrail, 30 * 1000); in UpdateMemoryGuardrail()