mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
497c840172
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.