Home
last modified time | relevance | path

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

/base/hiviewdfx/hidumper/frameworks/native/src/executor/memory/
Dmemory_info.cpp639 StringUtils::GetInstance().SetWidth(KB_WIDTH_, BLANK_, false, totalVss); in MemUsageToMatrix()
644 StringUtils::GetInstance().SetWidth(KB_WIDTH_, BLANK_, false, totalRss); in MemUsageToMatrix()
649 StringUtils::GetInstance().SetWidth(KB_WIDTH_, BLANK_, false, totalUss); in MemUsageToMatrix()
654 StringUtils::GetInstance().SetWidth(KB_WIDTH_, BLANK_, false, unMappedGL); in MemUsageToMatrix()
659 StringUtils::GetInstance().SetWidth(KB_WIDTH_, BLANK_, false, unMappedGraph); in MemUsageToMatrix()
687 StringUtils::GetInstance().SetWidth(KB_WIDTH_, BLANK_, false, totalVss); in AddMemByProcessTitle()
691 StringUtils::GetInstance().SetWidth(KB_WIDTH_, BLANK_, false, totalRss); in AddMemByProcessTitle()
695 StringUtils::GetInstance().SetWidth(KB_WIDTH_, BLANK_, false, totalUss); in AddMemByProcessTitle()
699 StringUtils::GetInstance().SetWidth(KB_WIDTH_, BLANK_, false, unMappedGL); in AddMemByProcessTitle()
703 StringUtils::GetInstance().SetWidth(KB_WIDTH_, BLANK_, false, unMappedGraph); in AddMemByProcessTitle()
/base/hiviewdfx/hidumper/frameworks/native/include/executor/memory/
Dmemory_info.h70 const int KB_WIDTH_ = 12; variable