Command
EN
Version 3.00
DISPLAY ALLOC MEM
Syntax
DISPLAY ALLOC MEM;
Description
DISPLAY ALLOC MEM returns the size (in bytes) of dynamic memory currently being physically used by the program.
Example:
DISPLAY ALLOC MEM;
END;
