Files
esp-idf/docs/en/api-reference/system
Guillaume Souchere 177024eeeb fix(heap): Do not consider newly registered heap in minimum free size calcualtion
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.
2026-05-28 10:30:25 +02:00
..
2026-05-19 15:38:19 +03:00
2025-09-30 15:28:55 +02:00
2026-05-19 15:17:50 +03:00
2026-05-07 17:17:02 +08:00