]> granicus.if.org Git - esp-idf/commit
heap: Support adding new heap regions at runtime
authorAngus Gratton <angus@espressif.com>
Mon, 28 Aug 2017 07:12:29 +0000 (17:12 +1000)
committerAngus Gratton <gus@projectgus.com>
Tue, 5 Sep 2017 04:07:02 +0000 (14:07 +1000)
commit5361c089894b6a0b8a4ab051589637a49fa5cbb7
tree7eb8f5f6fecb5a7df481eef8298d92119b656c64
parent11a87ca8113abe48981c3cb0aa157eee606f5f6d
heap: Support adding new heap regions at runtime

To facilitate this, the list of registered heap regions is now a linked list
(allowing entries to be appended at runtime.)
components/esp32/cpu_start.c
components/heap/heap_caps.c
components/heap/heap_caps_init.c
components/heap/heap_private.h
components/heap/include/esp_heap_caps.h
components/heap/include/esp_heap_caps_init.h [new file with mode: 0644]
components/heap/test/test_runtime_heap_reg.c [new file with mode: 0644]
docs/Doxyfile
docs/api-reference/system/mem_alloc.rst
tools/unit-test-app/sdkconfig