Searched refs:ds_max_mem (Results 1 – 1 of 1) sorted by relevance
64 uint32_t ds_max_mem = ds.memory_guardrail_kb; in IsOverMemoryThreshold() local65 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()