Home
last modified time | relevance | path

Searched refs:heap_caps_get_free_size (Results 1 – 20 of 20) sorted by relevance

/hal_espressif-3.4.0/components/heap/test/
Dtest_malloc_caps.c26 free8start = heap_caps_get_free_size(MALLOC_CAP_8BIT);
27 free32start = heap_caps_get_free_size(MALLOC_CAP_32BIT);
34 free8 = heap_caps_get_free_size(MALLOC_CAP_8BIT);
35 free32 = heap_caps_get_free_size(MALLOC_CAP_32BIT);
46 size_t free_iram = heap_caps_get_free_size(MALLOC_CAP_INTERNAL) -
47 heap_caps_get_free_size(MALLOC_CAP_8BIT | MALLOC_CAP_INTERNAL);
55 free8 = heap_caps_get_free_size(MALLOC_CAP_8BIT);
56 free32 = heap_caps_get_free_size(MALLOC_CAP_32BIT);
88 free_iram = heap_caps_get_free_size(MALLOC_CAP_EXEC);
96 free_iram = heap_caps_get_free_size(MALLOC_CAP_EXEC);
[all …]
/hal_espressif-3.4.0/components/freertos/test/
Dtest_freertos_task_delete.c54 uint32_t before_heap = heap_caps_get_free_size(HEAP_CAPS);
62 TEST_ASSERT_EQUAL(before_heap, heap_caps_get_free_size(HEAP_CAPS));
66 before_heap = heap_caps_get_free_size(HEAP_CAPS);
71 …TEST_ASSERT_NOT_EQUAL(before_heap, heap_caps_get_free_size(HEAP_CAPS)); //Check tasks have been…
76 TEST_ASSERT_EQUAL(before_heap, heap_caps_get_free_size(HEAP_CAPS));
118 unsigned before = heap_caps_get_free_size(MALLOC_CAP_8BIT);
151 TEST_ASSERT_GREATER_OR_EQUAL(before - 256, heap_caps_get_free_size(MALLOC_CAP_8BIT));
/hal_espressif-3.4.0/tools/unit-test-app/components/test_utils/
Dtest_runner.c51 before_free_8bit = heap_caps_get_free_size(MALLOC_CAP_8BIT); in unity_reset_leak_checks()
52 before_free_32bit = heap_caps_get_free_size(MALLOC_CAP_32BIT); in unity_reset_leak_checks()
158 size_t after_free_8bit = heap_caps_get_free_size(MALLOC_CAP_8BIT); in tearDown()
159 size_t after_free_32bit = heap_caps_get_free_size(MALLOC_CAP_32BIT); in tearDown()
/hal_espressif-3.4.0/components/esp_system/
Desp_system.c108 return heap_caps_get_free_size( MALLOC_CAP_DEFAULT ); in esp_get_free_heap_size()
113 return heap_caps_get_free_size( MALLOC_CAP_8BIT | MALLOC_CAP_DMA | MALLOC_CAP_INTERNAL ); in esp_get_free_internal_heap_size()
/hal_espressif-3.4.0/components/heap/include/
Desp_heap_caps.h186 size_t heap_caps_get_free_size( uint32_t caps );
/hal_espressif-3.4.0/components/heap/
Dheap_caps.c460 size_t heap_caps_get_free_size( uint32_t caps ) in heap_caps_get_free_size() function
/hal_espressif-3.4.0/docs/en/api-reference/system/
Dheap_debug.rst18 …bytes in the (data memory) heap. This is equivalent to calling ``heap_caps_get_free_size(MALLOC_CA…
19 - :cpp:func:`heap_caps_get_free_size` can also be used to return the current free memory for differ…
175 …ing memory. Use the :cpp:func:`xPortGetFreeHeapSize`, :cpp:func:`heap_caps_get_free_size`, or :ref…
Dmem_alloc.rst33 …able. To test the free DRAM heap size at runtime, call cpp:func:`heap_caps_get_free_size(MALLOC_CA…
/hal_espressif-3.4.0/examples/cxx/experimental/experimental_cpp_component/test/
Dtest_esp_event_cxx.cpp82 free_mem_before = heap_caps_get_free_size(MALLOC_CAP_DEFAULT); in EventFixture()
/hal_espressif-3.4.0/components/esp_event/test/
Dtest_event.c36 size_t free_mem_before = heap_caps_get_free_size(MALLOC_CAP_DEFAULT); \
44 TEST_ASSERT_EQUAL(free_mem_before, heap_caps_get_free_size(MALLOC_CAP_DEFAULT));
/hal_espressif-3.4.0/tools/test_idf_size/
Dapp_esp32s3.map62 … esp-idf/esp_system/libesp_system.a(esp_system.c.obj) (heap_caps_get_free_size)
1277 .literal.heap_caps_get_free_size
1312 .text.heap_caps_get_free_size
19354 heap_caps_get_free_size esp-idf/heap/libheap.a(heap_caps.c.obj)
Dapp_esp32h2.map50 … esp-idf/esp_system/libesp_system.a(esp_system.c.obj) (heap_caps_get_free_size)
918 .text.heap_caps_get_free_size
14090 heap_caps_get_free_size esp-idf/heap/libheap.a(heap_caps.c.obj)
Dapp_esp32s2.map2120 .literal.heap_caps_get_free_size
2159 .text.heap_caps_get_free_size
14820 heap_caps_get_free_size esp-idf/heap/libheap.a(heap_caps.c.obj)
Dapp_esp32c3.map52 … esp-idf/esp_system/libesp_system.a(esp_system.c.obj) (heap_caps_get_free_size)
928 .text.heap_caps_get_free_size
15806 heap_caps_get_free_size esp-idf/heap/libheap.a(heap_caps.c.obj)
Dapp2.map2792 .literal.heap_caps_get_free_size
2831 .text.heap_caps_get_free_size
16836 heap_caps_get_free_size esp-idf/heap/libheap.a(heap_caps.c.obj)
Dapp.map20480 .literal.heap_caps_get_free_size
22088 .text.heap_caps_get_free_size
22091 0x00000000400d2524 heap_caps_get_free_size
Doverflow.map64 … esp-idf/esp_system/libesp_system.a(esp_system.c.obj) (heap_caps_get_free_size)
39422 .literal.heap_caps_get_free_size
44045 .text.heap_caps_get_free_size
44048 0x00000000400d54b8 heap_caps_get_free_size
70324 heap_caps_get_free_size esp-idf/heap/libheap.a(heap_caps.c.obj)
Doverflow_esp32s2.map56 … esp-idf/esp_system/libesp_system.a(esp_system.c.obj) (heap_caps_get_free_size)
40213 .literal.heap_caps_get_free_size
45019 .text.heap_caps_get_free_size
45022 0x00000000400852d8 heap_caps_get_free_size
71452 heap_caps_get_free_size esp-idf/heap/libheap.a(heap_caps.c.obj)
Doverflow_esp32c3.map34895 .text.heap_caps_get_free_size
34897 0x0000000042003724 heap_caps_get_free_size
44600 .rela.text.heap_caps_get_free_size
65749 heap_caps_get_free_size esp-idf/heap/libheap.a(heap_caps.c.obj)
Doverflow_esp32s3.map52636 .literal.heap_caps_get_free_size
56959 .text.heap_caps_get_free_size
56961 0x0000000042004f54 heap_caps_get_free_size
86529 heap_caps_get_free_size esp-idf/heap/libheap.a(heap_caps.c.obj)