|
MRPT
2.0.4
|
Definition at line 31 of file memory.cpp.
Public Attributes | |
| DWORD | cb |
| DWORD | PageFaultCount |
| SIZE_T | PeakWorkingSetSize |
| SIZE_T | WorkingSetSize |
| SIZE_T | QuotaPeakPagedPoolUsage |
| SIZE_T | QuotaPagedPoolUsage |
| SIZE_T | QuotaPeakNonPagedPoolUsage |
| SIZE_T | QuotaNonPagedPoolUsage |
| SIZE_T | PagefileUsage |
| SIZE_T | PeakPagefileUsage |
| DWORD _PROCESS_MEMORY_COUNTERS::cb |
Definition at line 33 of file memory.cpp.
Referenced by mrpt::system::getMemoryUsage().
| DWORD _PROCESS_MEMORY_COUNTERS::PageFaultCount |
Definition at line 34 of file memory.cpp.
| SIZE_T _PROCESS_MEMORY_COUNTERS::PagefileUsage |
Definition at line 41 of file memory.cpp.
Referenced by mrpt::system::getMemoryUsage().
| SIZE_T _PROCESS_MEMORY_COUNTERS::PeakPagefileUsage |
Definition at line 42 of file memory.cpp.
| SIZE_T _PROCESS_MEMORY_COUNTERS::PeakWorkingSetSize |
Definition at line 35 of file memory.cpp.
| SIZE_T _PROCESS_MEMORY_COUNTERS::QuotaNonPagedPoolUsage |
Definition at line 40 of file memory.cpp.
| SIZE_T _PROCESS_MEMORY_COUNTERS::QuotaPagedPoolUsage |
Definition at line 38 of file memory.cpp.
| SIZE_T _PROCESS_MEMORY_COUNTERS::QuotaPeakNonPagedPoolUsage |
Definition at line 39 of file memory.cpp.
| SIZE_T _PROCESS_MEMORY_COUNTERS::QuotaPeakPagedPoolUsage |
Definition at line 37 of file memory.cpp.
| SIZE_T _PROCESS_MEMORY_COUNTERS::WorkingSetSize |
Definition at line 36 of file memory.cpp.
| Page generated by Doxygen 1.8.18 for MRPT 2.0.4 at Thu Sep 24 07:14:18 UTC 2020 |