Searched refs:IsOverMemoryThreshold (Results 1 – 5 of 5) sorted by relevance
98 EXPECT_TRUE(gr.IsOverMemoryThreshold(gc)); in TEST()125 EXPECT_FALSE(gr.IsOverMemoryThreshold(gc)); in TEST()
62 bool IsOverMemoryThreshold(const GuardrailConfig& ds);
62 bool ProfilerMemoryGuardrails::IsOverMemoryThreshold( in IsOverMemoryThreshold() function in perfetto::profiling::ProfilerMemoryGuardrails
372 if (footprint_snapshot.IsOverMemoryThreshold(gconfig)) { in CheckMemoryFootprintPeriodic()
1269 if (gr.IsOverMemoryThreshold(ds.guardrail_config)) { in CheckDataSourceMemoryTask()