Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/executor/memory/
H A Dmemory_info.cpp414 uint64_t purgPinTotal = 0; in GetPurgTotal() local
422 purgPinTotal = purgPinPined->second; in GetPurgTotal()
431 SaveStringToFd(rawParamFd_, totalPurgPinTitle + AddKbUnit(purgPinTotal) + "\n"); in GetPurgTotal()