esp-idf/components/heap/test_apps/main
Guillaume Souchere cd805a5ab1 heap: Fix memory boundary condition checks when adding new region
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
2022-10-07 13:22:30 +02:00
..
CMakeLists.txt heap: fix the size of buffers in ignored tests 2022-10-05 15:07:06 +02:00
test_aligned_alloc_caps.c heap: migrate unit tests to pytest 2022-09-23 09:49:07 +02:00
test_allocator_timings.c heap: fix random alloc test timing out in CI 2022-09-27 16:51:54 +08:00
test_corruption_check.c heap: migrate unit tests to pytest 2022-09-23 09:49:07 +02:00
test_diram.c heap: migrate unit tests to pytest 2022-09-23 09:49:07 +02:00
test_heap_main.c heap: add dynamic poisoning threshold in pytest env to allow test with known memory leak to pass 2022-10-05 15:07:37 +02:00
test_heap_trace.c heap: migrate unit tests to pytest 2022-09-23 09:49:07 +02:00
test_malloc_caps.c heap: migrate unit tests to pytest 2022-09-23 09:49:07 +02:00
test_malloc.c heap: migrate unit tests to pytest 2022-09-23 09:49:07 +02:00
test_realloc.c heap: migrate unit tests to pytest 2022-09-23 09:49:07 +02:00
test_runtime_heap_reg.c heap: Fix memory boundary condition checks when adding new region 2022-10-07 13:22:30 +02:00