CONFIG_SYS_HEAP_SMALL_ONLY

Support for small heaps only

Type: bool

Help

Select this to optimize the code and memory usage if all your
heaps are 262136 bytes or less.

Direct dependencies

<choice: Supported heap sizes>

(Includes any dependencies from ifs and menus.)

Kconfig definition

At <Library>/os/Kconfig.heap:77

Included via Kconfig:8Kconfig.zephyr:43<Library>/Kconfig:10<Library>/os/Kconfig:88

Menu path: (Top) → Additional libraries → OS Support Library → Heap and Memory Allocation → Supported heap sizes

config SYS_HEAP_SMALL_ONLY
    bool "Support for small heaps only"
    depends on <choice>
    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.)