Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/executor/memory/
H A Dget_heap_info.cpp80 infos[info.first].insert(pair<string, uint64_t>(MEMINFO_HEAP_ALLOC, heapInfo.alloc)); in GetInfo()
H A Dmemory_info.cpp78 methodVec_.push_back(make_pair(MEMINFO_HEAP_ALLOC, in MemoryInfo()
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/include/executor/memory/
H A Dmemory_info.h39 static const std::string MEMINFO_HEAP_ALLOC = "Heap_Alloc"; variable