1
0
mirror of https://github.com/espressif/esp-idf synced 2025-03-24 08:29:11 -04:00
Guillaume Souchere 29f835d2f1 fix(heap): Wrong size propagated in alloc fail callback
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.
2024-04-08 08:36:43 +02:00
..