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
README.md
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
sdkconfig.ci.8bit_access
sdkconfig.ci.abort_alloc_fail
sdkconfig.ci.comprehensive_poisoning
sdkconfig.ci.heap_trace
sdkconfig.ci.light_poisoning
sdkconfig.ci.mem_prot heap: Add memory protection activation test 2023-01-25 07:20:57 +01:00
sdkconfig.ci.no_poisoning
sdkconfig.ci.psram
sdkconfig.ci.psram_all_ext
sdkconfig.defaults

README.md

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