zephyr/doc/reference/memory_management/index.rst
Daniel Leung a5d55ddcf2 doc: add a page for the new memory blocks allocator
This adds a page for the new memory blocks allocator,
describing what it is and how to use it.

Signed-off-by: Daniel Leung <daniel.leung@intel.com>
2022-01-11 16:10:53 -05:00

14 lines
231 B
ReStructuredText

.. _memory_management_api:
Memory Management
#################
The following contains various topics regarding memory management.
.. toctree::
:maxdepth: 1
demand_paging.rst
shared_multi_heap.rst
sys_mem_blocks.rst