esp-idf/components/heap/test
Guillaume Souchere 5ec5faf02f 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-12 08:17:50 +02:00
..
CMakeLists.txt build system: re-add -Wno-format as private flag for some components 2022-08-03 16:42:47 +04:00
test_aligned_alloc_caps.c spi_flash: Remove legacy spi_flash drivers 2022-07-01 11:01:34 +08:00
test_allocator_timings.c heap: add light poisoning configuration to the tests. 2021-02-01 11:58:42 +08:00
test_diram.c ci: partially enable ut tests for esp32c2 2022-06-02 14:23:35 +08:00
test_heap_trace.c heap tracing: Fix tracing of newlib internal allocations 2018-03-20 12:03:46 +11:00
test_leak.c heap/test_leak: changed requested memory on leak checks to match the threshold 2019-12-20 13:35:56 -03:00
test_malloc_caps.c spi_flash: Remove legacy spi_flash drivers 2022-07-01 11:01:34 +08:00
test_malloc.c C3: build and run unit tests 2021-01-11 11:34:37 +08:00
test_realloc.c ci: fix ci 2022-07-29 17:07:41 +08:00
test_runtime_heap_reg.c heap: Fix memory boundary condition checks when adding new region 2022-10-12 08:17:50 +02:00