mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
cd805a5ab1
Previously, condition_4 was making impossible the valid scenario start > heap_start && end == heap_end. Now, the end == heap_end and start == heap_start case is handled separately allowing the case start > heap_start && ned == heap_end to be considered a valid scenario |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
test_aligned_alloc_caps.c | ||
test_allocator_timings.c | ||
test_corruption_check.c | ||
test_diram.c | ||
test_heap_main.c | ||
test_heap_trace.c | ||
test_malloc_caps.c | ||
test_malloc.c | ||
test_realloc.c | ||
test_runtime_heap_reg.c |