Hi NXP community,
HEAP_SIZE = DEFINED(__heap_size__) ? __heap_size__ : 0x00001000;
This heap memory allocation is defined in SRAM area using linker script.
Can anyone tell me the above mentioned heap is used by standard library or not, Like malloc, calloc and free?