harmony 鸿蒙HiDebug_MemoryLimit

  • 2025-06-16
  • 浏览 (4)

HiDebug_MemoryLimit

概述

应用程序进程内存限制结构类型定义。

起始版本: 12

相关模块:HiDebug

所在头文件: hidebug_type.h

汇总

成员变量

名称 描述
uint64_t rssLimit 应用程序进程驻留集的限制,以KB为单位。
uint64_t vssLimit 应用程序进程的虚拟内存限制,以KB为单位。

结构体成员变量说明

rssLimit

uint64_t HiDebug_MemoryLimit::rssLimit

描述 应用程序进程驻留集的限制,以KB为单位。

vssLimit

uint64_t HiDebug_MemoryLimit::vssLimit

描述 应用程序进程的虚拟内存限制,以KB为单位。

你可能感兴趣的鸿蒙文章

harmony 鸿蒙Performance Analysis Kit(性能分析服务)

harmony 鸿蒙HiAppEvent

harmony 鸿蒙HiAppEvent_AppEventGroup

harmony 鸿蒙HiAppEvent_AppEventInfo

harmony 鸿蒙HiCollie

harmony 鸿蒙HiCollie_DetectionParam

harmony 鸿蒙HiCollie_SetTimerParam

harmony 鸿蒙HiDebug

harmony 鸿蒙HiDebug_JsStackFrame

harmony 鸿蒙HiDebug_NativeMemInfo

0  赞