Heap Management
Target Deployment Technology
This customization is required by Memory Profiling and System Testing for C only.
Both Memory Profiling and System Testing for C need to allocate memory dynamically.
Memory Profiling also tracks and records memory heap usage, based on the standard malloc and free functions. However, it can also handle user-defined or operating system dependent memory usage functions, if necessary.
Related Topics
Determining Target Requirements