Searched refs:MEMINFO_HEAP_ALLOC (Results 1 – 3 of 3) sorted by relevance
80 infos[info.first].insert(pair<string, uint64_t>(MEMINFO_HEAP_ALLOC, heapInfo.alloc)); in GetInfo()
78 methodVec_.push_back(make_pair(MEMINFO_HEAP_ALLOC, in MemoryInfo()
39 static const std::string MEMINFO_HEAP_ALLOC = "Heap_Alloc"; variable