esp-idf/components/heap/test_apps
Guillaume Souchere ba1d7f8d1c heap: Fix erroneous value returned by heap_caps_get_allocated_size() when poisoning is enabled
When light (or comprehensive) poisoning is enabled, the size requested by the user for allocation
is extended by a few bytes to store the canary header and footer. heap_caps_get_allocated_size() should
return the original size asked by the user (without the additional canary bytes).

test_malloc.c extended with a new test assuring that  heap_caps_get_allocated_size() returns the proper size
regardless of the degree of poisoning.
2023-02-01 10:04:38 +01:00
..
main heap: Fix erroneous value returned by heap_caps_get_allocated_size() when poisoning is enabled 2023-02-01 10:04:38 +01:00
CMakeLists.txt tools: update list of references to not include symbold used by __assert_func calls 2022-11-24 10:31:14 +01:00
pytest_heap.py heap: Modify the memory type of the memory used as startup stack when memory protection is enabled 2023-01-26 10:52:34 +01:00
README.md esp32h2: add build test 2023-01-17 10:29:04 +08:00
sdkconfig.ci.8bit_access heap: Add test_apps configs 2022-09-23 09:49:09 +02:00
sdkconfig.ci.abort_alloc_fail heap: Add test_apps configs 2022-09-23 09:49:09 +02:00
sdkconfig.ci.comprehensive_poisoning heap: Add test_apps configs 2022-09-23 09:49:09 +02:00
sdkconfig.ci.heap_trace heap-trace: Add missing tests for heap_trace_summary() and heap_trace_dump_caps() 2022-12-27 10:24:14 +01:00
sdkconfig.ci.light_poisoning heap: Add test_apps configs 2022-09-23 09:49:09 +02:00
sdkconfig.ci.mem_prot heap: Add memory protection activation test 2023-01-25 07:20:57 +01:00
sdkconfig.ci.no_poisoning heap: Add test_apps configs 2022-09-23 09:49:09 +02:00
sdkconfig.ci.psram heap: Add test_apps configs 2022-09-23 09:49:09 +02:00
sdkconfig.ci.psram_all_ext heap: Add test_apps configs 2022-09-23 09:49:09 +02:00
sdkconfig.defaults esp_hw_support: allow writing in IRAM when CONFIG_ESP_SYSTEM_PMP_IDRAM_SPLIT is not set for esp32C2 2023-01-02 08:41:16 +01:00

Supported Targets ESP32 ESP32-C2 ESP32-C3 ESP32-C6 ESP32-H2 ESP32-S2 ESP32-S3