harmony 鸿蒙HiDebug_NativeMemInfo

  • 2025-06-12
  • 浏览 (8)

HiDebug_NativeMemInfo

Overview

Defines the local memory information of an application.

Since: 12

Related module: HiDebug

Header file: hidebug_type.h

Summary

Member Variables

Name Description
uint32_t pss Proportional set size, in KB.
uint32_t vss Virtual memory size, in KB.
uint32_t rss Resident set size, in KB.
uint32_t sharedDirty Size of the shared dirty memory, in KB.
uint32_t privateDirty Size of the private dirty memory, in KB.
uint32_t sharedClean Size of the shared clean memory, in KB.
uint32_t privateClean Size of the private clean memory, in KB.

Member Variable Description

privateClean

uint32_t HiDebug_NativeMemInfo::privateClean

Description Size of the private clean memory, in KB.

privateDirty

uint32_t HiDebug_NativeMemInfo::privateDirty

Description Size of the private dirty memory, in KB.

pss

uint32_t HiDebug_NativeMemInfo::pss

Description Proportional set size, in KB.

rss

uint32_t HiDebug_NativeMemInfo::rss

Description Resident set size, in KB.

sharedClean

uint32_t HiDebug_NativeMemInfo::sharedClean

Description Size of the shared clean memory, in KB.

sharedDirty

uint32_t HiDebug_NativeMemInfo::sharedDirty

Description Size of the shared dirty memory, in KB.

vss

uint32_t HiDebug_NativeMemInfo::vss

Description Virtual memory size, in KB.

你可能感兴趣的鸿蒙文章

harmony 鸿蒙Performance Analysis Kit

harmony 鸿蒙Performance Analysis Kit

harmony 鸿蒙HiAppEvent

harmony 鸿蒙HiAppEvent_AppEventGroup

harmony 鸿蒙HiAppEvent_AppEventInfo

harmony 鸿蒙HiCollie

harmony 鸿蒙HiCollie_DetectionParam

harmony 鸿蒙HiCollie_SetTimerParam

harmony 鸿蒙HiDebug

harmony 鸿蒙HiDebug_MemoryLimit

0  赞