The shared multi-heap memory pool manager uses the multi-heap allocator to manage a set of reserved memory regions with different capabilities / attributes (cacheable, non-cacheable, etc...) defined in the DT. The user can request allocation from the shared pool specifying the capability / attribute of interest for the memory (cacheable / non-cacheable memory, etc...) Signed-off-by: Carlo Caione <ccaione@baylibre.com>
13 lines
209 B
ReStructuredText
13 lines
209 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
|