README


memory


Example Summary

This application demonstrates shows the use of xdc.runtime.Memory module and different xdc.runtime.IHeap implementations to manage memory.

Example Usage

Application Design Details

The system heap is created statically using ti.sysbios.heaps.HeapMem and is plugged into xdc.runtime.memory as the defaultHeapInstance. Please see the corresponding configuration file memory.cfg for details.

References