HEAP
In this section:
Description
Holds the heap used for dynamically allocated data that has the memory attribute __huge, in other words data allocated by malloc and free, and in C++, new and delete.
Memory placement
This block can be placed anywhere in memory.