DataLab
is a compact statistics package aiming at exploratory data analysis. Please visit the
DataLab Web site
for more information....
Home
Programming DataLab
DLabPascal
General Functions & Data Structures
GetMemoryStatus
See also:
MemoryConsumed
Index
Statistical Background
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.