Searched refs:KB_WIDTH_ (Results 1 – 2 of 2) sorted by relevance
/base/hiviewdfx/hidumper/frameworks/native/src/executor/memory/ |
D | memory_info.cpp | 639 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/ |
D | memory_info.h | 70 const int KB_WIDTH_ = 12; variable
|