Command AP AVAILABLE MEMORY

4D Pack

AP AVAILABLE MEMORY

version 11 (Modified)


Compatibility Note: This command is now obsolete; it is kept only for compatibility reasons and will be removed in future versions of the plug-in.

AP AVAILABLE MEMORY (totalMemory; physicalMemory; freeMemory; freeStack)

ParameterTypeDescription
totalMemoryLongintTotal memory
physicalMemoryLongintPhysical memory
freeMemoryLongintFree memory
freeStackLongintFree stack

Description

The AP AVAILABLE MEMORY command returns information in Kilobytes on the installed and free memory on the machine where it is executed.

The command returns the machine installed memory (total and physical), the free memory available for 4D and the free stack (rounded to the closest Kb) for the current process.