CONFIG_MINIMAL_LIBC_REALLOCARRAY
Enable minimal libc trivial reallocarray implementation
Type: bool
Help
Enable the minimal libc's trivial implementation of reallocarray, which
forwards to realloc.
Direct dependencies
(Includes any dependencies from ifs and menus.)
Default
y
Kconfig definition
At <Zephyr>/lib/libc/Kconfig:146
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:43
→ <Zephyr>/lib/Kconfig:4
Menu path: (Top) → C Library
config MINIMAL_LIBC_REALLOCARRAY
bool "Enable minimal libc trivial reallocarray implementation"
default y
depends on MINIMAL_LIBC
help
Enable the minimal libc's trivial implementation of reallocarray, which
forwards to realloc.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)