DataLab is a compact statistics package aiming at exploratory data analysis. Please visit the DataLab Web site for more information....


GetMemoryStatus

Declaration: GetMemoryStatus (var TotalMem, AvailableMem: Int64): boolean;
The function GetMemoryStatus retrieves the size of the total physical memory as well as the currently available memory (in Bytes). The returned parameters TotalMem and AvailableMem are only valid if the function returns value is TRUE.