11.3.3.6 heap
The heap attribute specifies that a section should be designated for use by the C run-time library for dynamic memory allocation. The following attributes may be used in conjunction with heap and will further specify the allocation:
address()specifies an absolute addressxmemoryspecifies X address space, which includes all of region data below the address __YDATA_BASE as defined in the linker scriptymemoryspecifies Y address space, which includes all of region data above the address __YDATA_BASE as defined in the linker scriptalign()specifies alignment of the section starting address
