1# HiDebug_NativeMemInfo 2 3<!--Kit: Performance Analysis Kit--> 4<!--Subsystem: HiviewDFX--> 5<!--Owner: @hello_harmony; @yu_haoqiaida--> 6<!--SE: @kutcherzhou1--> 7<!--TSE: @gcw_KuLfPSbe--> 8 9## Overview 10 11Defines the struct for the local memory information of the application process. 12 13**Since**: 12 14 15**Related module**: [HiDebug](capi-hidebug.md) 16 17**Header file**: [hidebug_type.h](capi-hidebug-type-h.md) 18 19## Summary 20 21### Member Variables 22 23| Name| Description| 24| -- | -- | 25| uint32_t pss | Proportional set size, in KB.| 26| uint32_t vss | Virtual memory size, in KB.| 27| uint32_t rss | Resident set size, in KB.| 28| uint32_t sharedDirty | Size of the shared dirty memory, in KB.| 29| uint32_t privateDirty | Size of the private dirty memory, in KB.| 30| uint32_t sharedClean | Size of the shared clean memory, in KB.| 31| uint32_t privateClean | Size of the private clean memory, in KB.| 32