:orphan: .. title:: CONFIG_MINIMAL_LIBC_CALLOC .. kconfig:: CONFIG_MINIMAL_LIBC_CALLOC CONFIG_MINIMAL_LIBC_CALLOC ########################## *Enable minimal libc trivial calloc implementation* Type: ``bool`` Help ==== .. code-block:: none Enable the minimal libc's trivial implementation of calloc, which forwards to malloc and memset. Direct dependencies =================== \ :kconfig:`MINIMAL_LIBC ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definition ================== At ``/libc/Kconfig:132`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:43`` → ``/Kconfig:4`` Menu path: (Top) → C Library .. code-block:: kconfig config MINIMAL_LIBC_CALLOC bool "Enable minimal libc trivial calloc implementation" default y depends on MINIMAL_LIBC help Enable the minimal libc's trivial implementation of calloc, which forwards to malloc and memset. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*