:orphan: .. title:: CONFIG_SYS_HEAP_SMALL_ONLY .. kconfig:: CONFIG_SYS_HEAP_SMALL_ONLY CONFIG_SYS_HEAP_SMALL_ONLY ########################## *Support for small heaps only* Type: ``bool`` Help ==== .. code-block:: none Select this to optimize the code and memory usage if all your heaps are 262136 bytes or less. Direct dependencies =================== \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Kconfig definition ================== At ``/os/Kconfig.heap:77`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:43`` → ``/Kconfig:10`` → ``/os/Kconfig:88`` Menu path: (Top) → Additional libraries → OS Support Library → Heap and Memory Allocation → Supported heap sizes .. code-block:: kconfig config SYS_HEAP_SMALL_ONLY bool "Support for small heaps only" depends on help Select this to optimize the code and memory usage if all your heaps are 262136 bytes or less. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*