Home
last modified time | relevance | path

Searched refs:heapIndex (Results 1 – 2 of 2) sorted by relevance

/developtools/profiler/device/plugins/memory_plugin/src/
Dsmaps_stats.cpp139 int32_t heapIndex[2], in GetVMAStuId()
145 heapIndex[0] = vma[i].heapid[0]; in GetVMAStuId()
146 heapIndex[1] = vma[i].heapid[1]; in GetVMAStuId()
153 HeapIndexFix(name, vma[i].heapstr, heapIndex); in GetVMAStuId()
155 heapIndex[0] = vma[i].heapid[0]; in GetVMAStuId()
156 heapIndex[1] = vma[i].heapid[1]; in GetVMAStuId()
166 bool SmapsStats::GetVmaIndex(std::string name, uint32_t namesz, int32_t heapIndex[2], bool& swappab… in GetVmaIndex()
172 sizeof(g_vmaMemHeap[0]), heapIndex, swappable); in GetVmaIndex()
176 sizeof(g_vmaMemSuffix[0]), heapIndex, swappable)) { in GetVmaIndex()
180 sizeof(g_vmaMemAnon[0]), heapIndex, swappable); in GetVmaIndex()
[all …]
/developtools/profiler/device/plugins/memory_plugin/include/
Dsmaps_stats.h303 bool GetVmaIndex(std::string name, uint32_t namesz, int32_t heapIndex[2], bool& swappable);
306 void HeapIndexFix(std::string name, const char* key, int32_t heapIndex[2]);
311 int32_t heapIndex[2],