mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
4069a62629
After heap_idf.c has been added (where the FreeRTOS heap is a subset of the ESP-IDF heap), xPortGetFreeHeapSize() was updated to only returns the free size of the FreeRTOS heap and not the entire ESP-IDF heap. This commit replaces calls of xPortGetFreeHeapSize() with esp_get_free_heap_size() in places outside of FreeRTOS. |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
test_aligned_alloc_caps.c | ||
test_allocator_timings.c | ||
test_corruption_check.c | ||
test_diram.c | ||
test_heap_main.c | ||
test_heap_trace.c | ||
test_malloc_caps.c | ||
test_malloc.c | ||
test_realloc.c | ||
test_runtime_heap_reg.c |