:orphan: .. title:: CONFIG_MINIMAL_LIBC_MALLOC .. kconfig:: CONFIG_MINIMAL_LIBC_MALLOC CONFIG_MINIMAL_LIBC_MALLOC ########################## *Enable minimal libc malloc implementation* Type: ``bool`` Help ==== .. code-block:: none Enable the minimal libc's implementation of malloc, free, and realloc. Disable if you wish to provide your own implementations of these functions. Direct dependencies =================== \ :kconfig:`MINIMAL_LIBC ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definition ================== At ``/libc/Kconfig:117`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:43`` → ``/Kconfig:4`` Menu path: (Top) → C Library .. code-block:: kconfig config MINIMAL_LIBC_MALLOC bool "Enable minimal libc malloc implementation" default y depends on MINIMAL_LIBC help Enable the minimal libc's implementation of malloc, free, and realloc. Disable if you wish to provide your own implementations of these functions. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*