kopia lustrzana https://github.com/espressif/esp-idf
55a2b55bdb
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'. |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
component.mk | ||
test_aligned_alloc_caps.c | ||
test_allocator_timings.c | ||
test_corruption_check.c | ||
test_diram.c | ||
test_heap_trace.c | ||
test_leak.c | ||
test_malloc.c | ||
test_malloc_caps.c | ||
test_realloc.c | ||
test_runtime_heap_reg.c |