Home
last modified time | relevance | path

Searched refs:xPortGetFreeHeapSize (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-3.6.0/components/wear_levelling/test/
Dtest_wl.c28 size_t size_before = xPortGetFreeHeapSize();
31 size_t size_after = xPortGetFreeHeapSize();
55 size_before = xPortGetFreeHeapSize();
57 size_after = xPortGetFreeHeapSize();
69 size_before = xPortGetFreeHeapSize();
73 size_after = xPortGetFreeHeapSize();
/hal_espressif-3.6.0/components/freertos/include/freertos/
Dportable.h181 size_t xPortGetFreeHeapSize( void ) PRIVILEGED_FUNCTION;
202 #define xPortGetFreeHeapSize esp_get_free_heap_size macro
/hal_espressif-3.6.0/components/heap/test/
Dtest_malloc.c126 TEST_ASSERT_NULL(test_malloc_wrapper(xPortGetFreeHeapSize() - 1));
/hal_espressif-3.6.0/docs/en/api-reference/system/
Dheap_debug.rst18 - :cpp:func:`xPortGetFreeHeapSize` is a FreeRTOS function which returns the number of free bytes in…
175 …t which part of the program is leaking memory. Use the :cpp:func:`xPortGetFreeHeapSize`, :cpp:func…
/hal_espressif-3.6.0/components/freertos/
DHistory.txt1621 + New API function xPortGetFreeHeapSize() added to heap_1.c and heap_2.c.