mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 17:49:10 -04:00
Propagate `n * size` as the size of the failed allocation instead of just `size` when heap_caps_calloc() fails since `n * size` is the actual number of bytes that the heap component tried to allocate.