Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/executor/memory/
H A Dmemory_info.cpp404 string lostTitle = "Lost RAM:"; in GetRamUsage() local
405 StringUtils::GetInstance().SetWidth(RAM_WIDTH_, BLANK_, false, lostTitle); in GetRamUsage()
406 …SaveStringToFd(rawParamFd_, lostTitle + to_string(ram.lost) + MemoryUtil::GetInstance().KB_UNIT_ +… in GetRamUsage()