OVMS3-idf/components/heap/test
Ivan Grokhotkov 9a2583122c heap/tests: make IRAM allocation size divisible by 4
heap_caps_malloc will fail to poison a block in IRAM with size not
divisible by 4. The proper fix will be to make poisoning code
smarter, or to disallow allocations from IRAM with size not aligned
by 4.
2018-07-25 09:45:39 +03:00
..
component.mk heap: Refactor heap regions/capabilities out of FreeRTOS 2017-07-10 17:46:03 +08:00
test_heap_trace.c heap tracing: Fix tracing of newlib internal allocations 2018-03-20 12:03:46 +11:00
test_malloc.c heap: Add integer overflow checks 2018-06-19 23:31:37 +00:00
test_malloc_caps.c heap/tests: make IRAM allocation size divisible by 4 2018-07-25 09:45:39 +03:00
test_realloc.c heap: Fix bug when realloc moves data between heaps 2018-02-09 16:10:52 +08:00
test_runtime_heap_reg.c component/heap : fix heap_region_add check bug 2017-11-16 11:10:13 +08:00