CONFIG_SHARED_MULTI_HEAP
Shared multi-heap manager
Type: bool
Help
Enable support for a shared multi-heap manager that 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.
Defaults
No defaults. Implicitly defaults to n
.
Kconfig definition
At <Zephyr>/lib/os/Kconfig:124
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:43
→ <Zephyr>/lib/Kconfig:10
Menu path: (Top) → Additional libraries → OS Support Library
config SHARED_MULTI_HEAP
bool "Shared multi-heap manager"
help
Enable support for a shared multi-heap manager that 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 ‘depends on’ condition includes propagated dependencies from ifs and menus.)