|
MIRA
|
Detailed information of used memory within a memory block. More...
#include <platform/Memory.h>
Public Member Functions | |
| MemoryBlockInfo () | |
Public Attributes | |
| std::string | name |
| The name of this block. More... | |
| std::string | address |
| The address or address range of this block. More... | |
| uint64 | size |
| The total size of this memory block. More... | |
| uint64 | totalPrivate |
| The amount of memory in this block used by this process only (clean and dirty pages) More... | |
| uint64 | totalShared |
| The amount of memory in this block shared among other processes (clean and dirty pages) More... | |
| uint64 | swap |
| The amount of memory that was swapped. More... | |
| uint64 | rss |
| The resident set size (including shared memory) More... | |
| uint64 | pss |
| The proportional set size. More... | |
Detailed information of used memory within a memory block.
|
inline |
| std::string name |
The name of this block.
| std::string address |
The address or address range of this block.
| uint64 size |
The total size of this memory block.
| uint64 totalPrivate |
The amount of memory in this block used by this process only (clean and dirty pages)
| uint64 totalShared |
The amount of memory in this block shared among other processes (clean and dirty pages)
| uint64 swap |
The amount of memory that was swapped.
| uint64 rss |
The resident set size (including shared memory)
| uint64 pss |
The proportional set size.
1.8.14