Searched refs:memoryLimit (Results 1 – 6 of 6) sorted by relevance
103 …tappmemorylimit) ([HiDebug_MemoryLimit](_hi_debug___memory_limit.md) \*memoryLimit) | 获取应用程序进程的内存限…705 void OH_HiDebug_GetAppMemoryLimit (HiDebug_MemoryLimit * memoryLimit)718 | memoryLimit | 表示指向[HiDebug_MemoryLimit](_hi_debug___memory_limit.md)。经过该函数调用,如果结构体里的数据为空,说明调用失败。 |
32 …tappmemorylimit) ([HiDebug_MemoryLimit](_hi_debug___memory_limit.md) \*memoryLimit) | 获取应用程序进程的内存限…
230 uint64_t memoryLimit = userMonitorInfo->GetMemoryLimit(); in JudgeMemoryLeakGradeByRatio() local231 uint64_t diff = userMonitorInfo->GetTopMemory() - memoryLimit; in JudgeMemoryLeakGradeByRatio()232 if (memoryLimit == 0) { in JudgeMemoryLeakGradeByRatio()235 double diffRatio = diff * 1.0 / memoryLimit; in JudgeMemoryLeakGradeByRatio()
32 …tappmemorylimit) ([HiDebug_MemoryLimit](_hi_debug___memory_limit.md) \*memoryLimit) | Obtains the …
103 …tappmemorylimit) ([HiDebug_MemoryLimit](_hi_debug___memory_limit.md) \*memoryLimit) | Obtains the …705 void OH_HiDebug_GetAppMemoryLimit (HiDebug_MemoryLimit * memoryLimit)718 | memoryLimit | Pointer to the [HiDebug_MemoryLimit](_hi_debug___memory_limit.md) to obtain. If the…
644 MemoryLimit& memoryLimit = result.data; in CollectMemoryLimit() local652 memoryLimit.rssLimit = rlim.rlim_cur >> BYTE_2_KB_SHIFT_BITS; in CollectMemoryLimit()659 memoryLimit.vssLimit = rlim.rlim_cur >> BYTE_2_KB_SHIFT_BITS; in CollectMemoryLimit()