esp-idf/components/heap/test
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
..
CMakeLists.txt
component.mk
test_aligned_alloc_caps.c
test_allocator_timings.c
test_corruption_check.c heap: Add test to check that the corruption of free memory is detected 2022-08-26 07:51:29 +02:00
test_diram.c
test_heap_trace.c
test_leak.c
test_malloc.c heap: add a unit test for malloc(0) and slightly optimize heap_caps_malloc_prefer 2022-08-10 11:41:01 +08:00
test_malloc_caps.c Heap: fix typos in test and component 2022-04-28 05:59:31 +00:00
test_realloc.c ci: fix ci 2022-08-09 20:34:25 +08:00
test_runtime_heap_reg.c