Searched refs:sizeKB (Results 1 – 3 of 3) sorted by relevance
141 bool PurgeableMemUtils::PurgeHeapMemcg(const std::string &memcgPath, const int sizeKB) in PurgeHeapMemcg() argument144 …HILOGD("enter! Purg heap memory by memcg: size=%{public}d, path=%{public}s\n", sizeKB, path.c_str(… in PurgeHeapMemcg()145 return KernelInterface::GetInstance().EchoToPath(path.c_str(), std::to_string(sizeKB).c_str()); in PurgeHeapMemcg()162 if (value.sizeKB > 0) { in GetPurgeableAshmInfo()164 reclaimableKB += value.sizeKB; in GetPurgeableAshmInfo()197 int sizeKB; in GetashmIdToInfoMap() local201 sizeKB = stoi(words[ASHM_SIZE_INDEX]); in GetashmIdToInfoMap()213 info.sizeKB = sizeKB; in GetashmIdToInfoMap()
486 return left.sizeKB > right.sizeKB; in AshmReclaimPriorityCompare()506 it.idWithTime.c_str(), it.minPriority, it.sizeKB); in PurgAshmIdOneByOne()507 reclaimResultKB += it.sizeKB; in PurgAshmIdOneByOne()
27 int sizeKB; member42 bool PurgeHeapMemcg(const std::string &memcgPath, const int sizeKB);