Home
last modified time | relevance | path

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

/base/hiviewdfx/hidumper/frameworks/native/src/executor/memory/
Dmemory_filter.cpp31 group = iNode > 0 ? FILE_PAGE_TAG : ANON_PAGE_TAG; in ParseMemoryGroup()
Dmemory_info.cpp350 PairToStringMatrix(MemoryFilter::GetInstance().ANON_PAGE_TAG, anonPage, result); in GetPssTotal()
/base/hiviewdfx/hidumper/frameworks/native/include/executor/memory/
Dmemory_filter.h44 const std::string ANON_PAGE_TAG = "Anonymous Page"; variable