esp-idf/components/heap/test_multi_heap_host
Guillaume Souchere 55a2b55bdb heap: Add test to check that the corruption of free memory is detected
This commit extends the heap test set by adding a test to check corruption
detection in free memory block.

For each byte of the free block memory, the test changes the value of the byte,
call multi_heap_check(), make sure that the function returns 'corruption detected'
only when comprehensive poisoning is set, restore the good value of the byte, calls
multi_heap_check() again and make sure that it returns 'OK'.
2022-08-26 07:51:29 +02:00
..
main.cpp heap: Add new multi_heap heap implementation to replace FreeRTOS-based tagged heaps 2017-07-10 17:46:03 +08:00
Makefile heap: Add test to check that the corruption of free memory is detected 2022-08-26 07:51:29 +02:00
test_all_configs.sh heap_tlsf: added implementation of TLSF allocator 2020-10-13 23:52:03 +00:00
test_multi_heap.cpp heap: Add test to check that the corruption of free memory is detected 2022-08-26 07:51:29 +02:00