Memory Manager Library Description


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.


Memory Manager Library Sample Application

The Memory Manager sample application shows the use of Malloc, MallocDirty, and Free.




Back to C Library Project Homepage