About pvPortReAlloc
sarpdaltaban opened this issue · 0 comments
sarpdaltaban commented
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.