Searched refs:heap_caps_check_integrity (Results 1 – 16 of 16) sorted by relevance
/hal_espressif-3.4.0/components/heap/test/ |
D | test_allocator_timings.c | 42 heap_caps_check_integrity(MALLOC_CAP_DEFAULT, true); 60 TEST_ASSERT(heap_caps_check_integrity(MALLOC_CAP_DEFAULT, true)); 68 if (!heap_caps_check_integrity(MALLOC_CAP_DEFAULT, true)) { 76 heap_caps_check_integrity(MALLOC_CAP_DEFAULT, true); 83 if (!heap_caps_check_integrity(MALLOC_CAP_DEFAULT, true)) { 99 if (!heap_caps_check_integrity(MALLOC_CAP_DEFAULT, true)) { 106 TEST_ASSERT(heap_caps_check_integrity(MALLOC_CAP_DEFAULT, true));
|
D | test_realloc.c | 55 TEST_ASSERT(heap_caps_check_integrity(MALLOC_CAP_INVALID, true)); 62 TEST_ASSERT(heap_caps_check_integrity(MALLOC_CAP_INVALID, true));
|
/hal_espressif-3.4.0/components/heap/include/ |
D | esp_heap_caps.h | 277 bool heap_caps_check_integrity(uint32_t caps, bool print_errors);
|
/hal_espressif-3.4.0/tools/unit-test-app/components/test_utils/ |
D | test_runner.c | 149 …TEST_ASSERT_MESSAGE( heap_caps_check_integrity(MALLOC_CAP_INVALID, true), "The test has corrupted … in tearDown()
|
/hal_espressif-3.4.0/components/heap/ |
D | heap_caps.c | 535 bool heap_caps_check_integrity(uint32_t caps, bool print_errors) in heap_caps_check_integrity() function 553 return heap_caps_check_integrity(MALLOC_CAP_INVALID, print_errors); in heap_caps_check_integrity_all()
|
/hal_espressif-3.4.0/docs/en/api-reference/system/ |
D | heap_debug.rst | 101 Calling :cpp:func:`heap_caps_check_integrity` in Basic mode will check the integrity of all heap st… 116 When :cpp:func:`heap_caps_check_integrity` is called, all allocated blocks of heap memory have thei… 142 Calls to :cpp:func:`heap_caps_check_integrity` may print errors relating to 0xFEFEFEFE, 0xABBA1234 …
|
/hal_espressif-3.4.0/tools/test_idf_size/ |
D | app_esp32s2.map | 2130 .literal.heap_caps_check_integrity 2171 .text.heap_caps_check_integrity 14807 heap_caps_check_integrity esp-idf/heap/libheap.a(heap_caps.c.obj)
|
D | app2.map | 2802 .literal.heap_caps_check_integrity 2843 .text.heap_caps_check_integrity 16825 heap_caps_check_integrity esp-idf/heap/libheap.a(heap_caps.c.obj)
|
D | app_esp32s3.map | 1281 .literal.heap_caps_check_integrity 1318 .text.heap_caps_check_integrity 19343 heap_caps_check_integrity esp-idf/heap/libheap.a(heap_caps.c.obj)
|
D | app_esp32h2.map | 922 .text.heap_caps_check_integrity 14079 heap_caps_check_integrity esp-idf/heap/libheap.a(heap_caps.c.obj)
|
D | app_esp32c3.map | 932 .text.heap_caps_check_integrity 15794 heap_caps_check_integrity esp-idf/heap/libheap.a(heap_caps.c.obj)
|
D | app.map | 20483 .literal.heap_caps_check_integrity 22093 .text.heap_caps_check_integrity 22095 0x00000000400d2550 heap_caps_check_integrity
|
D | overflow.map | 1984 .literal.heap_caps_check_integrity 2018 .text.heap_caps_check_integrity 70313 heap_caps_check_integrity esp-idf/heap/libheap.a(heap_caps.c.obj)
|
D | overflow_esp32s2.map | 1935 .literal.heap_caps_check_integrity 1969 .text.heap_caps_check_integrity 71441 heap_caps_check_integrity esp-idf/heap/libheap.a(heap_caps.c.obj)
|
D | overflow_esp32s3.map | 2232 .literal.heap_caps_check_integrity 2268 .text.heap_caps_check_integrity 86518 heap_caps_check_integrity esp-idf/heap/libheap.a(heap_caps.c.obj)
|
D | overflow_esp32c3.map | 1973 .text.heap_caps_check_integrity 65738 heap_caps_check_integrity esp-idf/heap/libheap.a(heap_caps.c.obj)
|