CONFIG_SHARED_MULTI_HEAP
Shared multi-heap manager
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.
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 definitions
At <Library>/os/Kconfig:41
Included via Kconfig:8
→ Kconfig.zephyr:43
→ <Library>/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.
At <Library>/os/Kconfig.heap:98
Included via Kconfig:8
→ Kconfig.zephyr:43
→ <Library>/Kconfig:10
→ <Library>/os/Kconfig:88
Menu path: (Top) → Additional libraries → OS Support Library → Heap and Memory Allocation
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.)