The Memory Manager library provides access to the ROM's memory
manager functions, allowing applications to malloc, free, and
check on the amount of memory remaining.
Note: The memory manager can allocate block on 64k boundries.
See Development Issues with the Keil C Libraries
for important information related to this.
The Memory Manager sample application shows the use of Malloc, MallocDirty, and Free.