|
<< Click to Display Table of Contents >> Navigation: Functions > GetWorkingMemory |
SIGNATURE=IW.Common.Platform.GetWorkingMemory@Int64@Int64@Int64@Int64
ETYPE=Function
Declaration:
Delphi: |
procedure GetWorkingMemory(var WorkingSetSize: Int64; var PeakWorkingSetSize: Int64; var PagefileUsage: Int64; var PeakPagefileUsage: Int64); |
C++: |
void GetWorkingMemory(__int64 WorkingSetSize, __int64 PeakWorkingSetSize, __int64 PagefileUsage, __int64 PeakPage |
Unit: IW.Common.Platform.pas
Description: This is function IW.Common.Platform.GetWorkingMemory.
Parameters:
•WorkingSetSize: Int64
•PeakWorkingSetSize: Int64
•PagefileUsage: Int64
•PeakPagefileUsage: Int64