esp8266-devkit
esp8266-devkit copied to clipboard
About pvPortReAlloc
pvPortReAlloc doubles the size used at the freeRTOS heap at first step before copying values to the new buffer. However, realloc function of bare metal basically adds tail space to a buffer.