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:
committed by
Angus Gratton
parent
11a87ca811
commit
5361c08989
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user