IAR Embedded Workbench for RL78 5.20IAR C/C++ DevelopmentSection referenceDescriptions of sections and blocksNEAR_HEAPNEAR_HEAPIn this section: DescriptionHolds the heap used for dynamically allocated data that has the memory attribute near, in other words data allocated by near_malloc and near_free, and in C++, new and delete.Memory placement0xF0000–0xFFE1F in RAM memory.See alsoSetting up heap memory.