Home
last modified time | relevance | path

Searched refs:memoryLimit (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/docs/zh-cn/application-dev/reference/apis-performance-analysis-kit/
H A D_hi_debug.md103 …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)。经过该函数调用,如果结构体里的数据为空,说明调用失败。 |
H A Dhidebug_8h.md32 …tappmemorylimit) ([HiDebug_MemoryLimit](_hi_debug___memory_limit.md) \*memoryLimit) | 获取应用程序进程的内存限…
/ohos5.0/base/hiviewdfx/hiview/plugins/reliability/leak_detectors/native_leak/
H A Dnative_leak_state.cpp230 uint64_t memoryLimit = userMonitorInfo->GetMemoryLimit(); in JudgeMemoryLeakGradeByRatio() local
231 uint64_t diff = userMonitorInfo->GetTopMemory() - memoryLimit; in JudgeMemoryLeakGradeByRatio()
232 if (memoryLimit == 0) { in JudgeMemoryLeakGradeByRatio()
235 double diffRatio = diff * 1.0 / memoryLimit; in JudgeMemoryLeakGradeByRatio()
/ohos5.0/docs/en/application-dev/reference/apis-performance-analysis-kit/
H A Dhidebug_8h.md32 …tappmemorylimit) ([HiDebug_MemoryLimit](_hi_debug___memory_limit.md) \*memoryLimit) | Obtains the …
H A D_hi_debug.md103 …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…
/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/collector/
H A Dmemory_collector_impl.cpp644 MemoryLimit& memoryLimit = result.data; in CollectMemoryLimit() local
652 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()