mirror of
https://github.com/espressif/esp-idf.git
synced 2026-06-05 04:36:33 +03:00
After startup is done and app_main is reached, all calls to heap_caps_add_region_with_caps (adding a new heap to the list of registered heaps) will not affect the minimum free heap size value. For heaps created before startup, this won't apply and their size will end up being taken into account in the calculation of the minimum.