Searched refs:unMappedDma (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/executor/memory/ |
H A D | memory_info.cpp | 757 string unMappedDma = AddKbUnit(dma); in MemUsageToMatrix() local 758 StringUtils::GetInstance().SetWidth(KB_WIDTH_, BLANK_, false, unMappedDma); in MemUsageToMatrix() 773 unMappedGL.c_str(), unMappedGraph.c_str(), unMappedDma.c_str(), unMappedPurgSum.c_str(), in MemUsageToMatrix() 803 string unMappedDma = MemoryFilter::GetInstance().DMA_OUT_LABEL; in AddMemByProcessTitle() local 804 StringUtils::GetInstance().SetWidth(KB_WIDTH_, BLANK_, false, unMappedDma); in AddMemByProcessTitle() 817 unMappedGL.c_str(), unMappedGraph.c_str(), unMappedDma.c_str(), unMappedPurgSum.c_str(), in AddMemByProcessTitle()
|