Searched refs:heapIndex (Results 1 - 2 of 2) sorted by relevance
/developtools/profiler/device/plugins/memory_plugin/src/ |
H A D | smaps_stats.cpp | 61 int32_t heapIndex[2], in GetVMAStuId() 67 heapIndex[0] = vma[i].heapid[0]; in GetVMAStuId() 68 heapIndex[1] = vma[i].heapid[1]; in GetVMAStuId() 75 HeapIndexFix(name, vma[i].heapstr, heapIndex); in GetVMAStuId() 77 heapIndex[0] = vma[i].heapid[0]; in GetVMAStuId() 78 heapIndex[1] = vma[i].heapid[1]; in GetVMAStuId() 88 bool SmapsStats::GetVmaIndex(std::string name, uint32_t namesz, int32_t heapIndex[2], bool& swappable) in GetVmaIndex() argument 94 sizeof(g_vmaMemHeap[0]), heapIndex, swappable); in GetVmaIndex() 98 sizeof(g_vmaMemSuffix[0]), heapIndex, swappable)) { in GetVmaIndex() 102 sizeof(g_vmaMemAnon[0]), heapIndex, swappabl in GetVmaIndex() 57 GetVMAStuId(int ops, std::string name, const VmeminfoAreaMapping vma[], int count, int32_t heapIndex[2], bool& swappable) GetVMAStuId() argument 137 int32_t heapIndex[2] = {VMHEAP_UNKNOWN, VMHEAP_NULL}; CollectVmemAreasData() local 290 HeapIndexFix(std::string name, const char* key, int32_t heapIndex[2]) HeapIndexFix() argument [all...] |
/developtools/profiler/device/plugins/memory_plugin/include/ |
H A D | smaps_stats.h | 390 bool GetVmaIndex(std::string name, uint32_t namesz, int32_t heapIndex[2], bool& swappable); 393 void HeapIndexFix(std::string name, const char* key, int32_t heapIndex[2]); 398 int32_t heapIndex[2],
|
Completed in 2 milliseconds