kopia lustrzana https://github.com/espressif/esp-idf
4571e19387
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'. |
||
---|---|---|
.. | ||
include | ||
port | ||
test | ||
test_multi_heap_host | ||
tlsf@ab17d6798d | ||
CMakeLists.txt | ||
Kconfig | ||
heap_caps.c | ||
heap_caps_init.c | ||
heap_private.h | ||
heap_task_info.c | ||
heap_trace_standalone.c | ||
linker.lf | ||
multi_heap.c | ||
multi_heap_config.h | ||
multi_heap_internal.h | ||
multi_heap_platform.h | ||
multi_heap_poisoning.c | ||
tlsf_platform.h |