mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-05-23 18:18:36 +08:00

fix(freertos): Better implementation of realloc, calloc and zalloc. Implement them with the same symmetry as malloc. Removes duplicate and nearly identical implementations. Make the libc symbols aliases of the non-tracing versions. This improves on my previous patch for espressif/ESP8266_RTOS_SDK#189.