mirror of
https://github.com/espressif/esp-idf.git
synced 2025-10-04 11:00:58 +02:00
When release sdkconfig is set, substract_poison_overhead() is not inlined and called from IRAM in multi_heap_get_allocated_size(). By wlways inlining substract_poison_overhead(), we assure that this problem will not happen.