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.)
This commit is contained in:
Angus Gratton
2017-08-28 17:12:29 +10:00
committed by Angus Gratton
parent 11a87ca811
commit 5361c08989
10 changed files with 355 additions and 68 deletions

View File

@@ -31,7 +31,13 @@ API Reference - Heap Allocation
.. include:: /_build/inc/esp_heap_caps.inc
API Reference - Initialisation
------------------------------
.. include:: /_build/inc/esp_heap_caps_init.inc
API Reference - Heap Regions
----------------------------
.. include:: /_build/inc/multi_heap.inc