Searched refs:pinedKB (Results 1 – 1 of 1) sorted by relevance
61 int pinedKB = -1; in GetPurgeableHeapInfo() local74 pinedKB = stoi(words[1]); in GetPurgeableHeapInfo()82 if (activeKB < 0 || inactiveKB < 0 || pinedKB < 0) { in GetPurgeableHeapInfo()85 if (activeKB > (INT_MAX - inactiveKB) || (activeKB + inactiveKB) < (INT_MIN + pinedKB)) { in GetPurgeableHeapInfo()88 reclaimableKB = activeKB + inactiveKB - pinedKB; in GetPurgeableHeapInfo()