]> granicus.if.org Git - esp-idf/commit
multi_heap: Add heap poisoning features
authorAngus Gratton <angus@espressif.com>
Mon, 8 May 2017 05:25:30 +0000 (15:25 +1000)
committerAngus Gratton <gus@projectgus.com>
Thu, 7 Sep 2017 06:32:05 +0000 (16:32 +1000)
commit5c417963eb0ced7c8bc1dec1ea7ee04986c1add3
tree0a92f7d2c4ffc66a98778750f89b50b490f05625
parent5222428dde58ec6d3357a389f1abe17fa91a76d5
multi_heap: Add heap poisoning features
components/esp32/ld/esp32.common.ld
components/heap/Kconfig [new file with mode: 0644]
components/heap/multi_heap.c
components/heap/multi_heap_config.h [new file with mode: 0644]
components/heap/multi_heap_internal.h [new file with mode: 0644]
components/heap/multi_heap_poisoning.c [new file with mode: 0644]
components/heap/test_multi_heap_host/Makefile
components/heap/test_multi_heap_host/test_multi_heap.cpp