cherts/esp8266-devkit

About pvPortReAlloc

sarpdaltaban opened this issue · 0 comments

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.