Why always use only heap4.c memory scheme in FreeRTOS?
I'm porting FreeRTOS with a microcontroller and referred to online video tutorials. And found everyone uses heap4.c but no one seems to be using heap1/2/3 or other memory schemes. So I wonder why? appreciate any help, thank you!

