Home
last modified time | relevance | path

Searched refs:ds_max_mem (Results 1 – 1 of 1) sorted by relevance

/external/perfetto/src/profiling/common/
Dprofiler_guardrails.cc64 uint32_t ds_max_mem = ds.memory_guardrail_kb; in IsOverMemoryThreshold() local
65 if (!ds_max_mem || !anon_and_swap_) in IsOverMemoryThreshold()
68 if (ds_max_mem > 0 && *anon_and_swap_ > ds_max_mem) { in IsOverMemoryThreshold()
71 *anon_and_swap_, ds_max_mem); in IsOverMemoryThreshold()