:orphan: .. title:: CONFIG_MINIMAL_LIBC_MALLOC_ARENA_SIZE .. kconfig:: CONFIG_MINIMAL_LIBC_MALLOC_ARENA_SIZE CONFIG_MINIMAL_LIBC_MALLOC_ARENA_SIZE ##################################### *Size of the minimal libc malloc arena* Type: ``int`` Help ==== .. code-block:: none Indicate the size in bytes of the memory arena used for minimal libc's malloc() implementation. Direct dependencies =================== \ :kconfig:`MINIMAL_LIBC_MALLOC ` && \ :kconfig:`MINIMAL_LIBC ` *(Includes any dependencies from ifs and menus.)* Default ======= - 0 Kconfig definition ================== At ``/libc/Kconfig:124`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:43`` → ``/Kconfig:4`` Menu path: (Top) → C Library → Enable minimal libc malloc implementation .. code-block:: kconfig config MINIMAL_LIBC_MALLOC_ARENA_SIZE int "Size of the minimal libc malloc arena" default 0 depends on MINIMAL_LIBC_MALLOC && MINIMAL_LIBC help Indicate the size in bytes of the memory arena used for minimal libc's malloc() implementation. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*