zephyr/doc/kernel/memory_management/index.rst
Daniel Leung 397c001181 doc: kernel/mm: add a page about virtual memory
This adds a page about virtual memory under kernel's memory
management.

Signed-off-by: Daniel Leung <daniel.leung@intel.com>
2023-12-08 08:31:15 -05:00

17 lines
278 B
ReStructuredText

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