CHERTS / esp8266-devkit

Unofficial Development Kit for Espressif ESP8266
http://www.programs74.ru
GNU General Public License v3.0
261 stars 102 forks source link

About pvPortReAlloc #54

Open sarpdaltaban opened 4 years ago

sarpdaltaban commented 4 years ago

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.