:orphan: .. title:: CONFIG_SHARED_MULTI_HEAP .. kconfig:: CONFIG_SHARED_MULTI_HEAP CONFIG_SHARED_MULTI_HEAP ######################## *Shared multi-heap manager* *Shared multi-heap manager* Type: ``bool`` Help ==== .. code-block:: none 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 ==== .. code-block:: none 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 ``/os/Kconfig:41`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:43`` → ``/Kconfig:10`` Menu path: (Top) → Additional libraries → OS Support Library .. code-block:: kconfig 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 ``/os/Kconfig.heap:98`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:43`` → ``/Kconfig:10`` → ``/os/Kconfig:88`` Menu path: (Top) → Additional libraries → OS Support Library → Heap and Memory Allocation .. code-block:: kconfig 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.)*