126
K
A
DAK
AMX Memory Manager
The AMX Memory Manager provides the following memory management services:
ajmget AAMGET Get a block of memory
ajmfre AAMFRE Release a block of memory
ajmgsz AAMGSZ Get the size of a block of memory
ajmau AAMAU Add to block use count
ajmset AAMSET Set memory to a pattern
ajmsetf
ajmhan AAMHAN Create a handle to a private memory section
ajmgeh AAMGEH Get a block of memory from a private memory section
Your use of the Memory Manager is optional. If you intend to use it you must indicate so
in your System Configuration Module.
The memory for the memory pool controlled by the Memory Manager is assigned to the
pool by the Memory Assignment Procedure which you identify in your System
Configuration Module. The Memory Manager calls your procedure at startup to acquire
all of the memory over which it will have control.