mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-09 20:41:14 +00:00

Don't call heap_caps_alloc_failed() for malloc(0) and calloc(0), because it is not an error. Improve handling of malloc(0) and calloc(0). Merges https://github.com/espressif/esp-idf/pull/9517