Searched refs:memControl (Results 1 – 2 of 2) sorted by relevance
51 int createProcessGroup(uid_t uid, int initialPid, bool memControl = false);
398 int createProcessGroup(uid_t uid, int initialPid, bool memControl) { in createProcessGroup() argument400 if (isMemoryCgroupSupported() && (memControl || UsePerAppMemcg())) { in createProcessGroup()