HiDebug_NativeMemInfo

typedef struct HiDebug_NativeMemInfo {...} HiDebug_NativeMemInfo

Overview

Defines the struct for the local memory information of the application process.

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.