Source position: jwanative.pas line 233
type _VM_COUNTERS = record |
PeakVirtualSize: SIZE_T; |
VirtualSize: SIZE_T; |
PageFaultCount: ULONG; |
PeakWorkingSetSize: SIZE_T; |
WorkingSetSize: SIZE_T; |
QuotaPeakPagedPoolUsage: SIZE_T; |
QuotaPagedPoolUsage: SIZE_T; |
QuotaPeakNonPagedPoolUsage: SIZE_T; |
QuotaNonPagedPoolUsage: SIZE_T; |
PagefileUsage: SIZE_T; |
PeakPagefileUsage: SIZE_T; |
end; |