CONFIG_HEAP_LISTENER

(No prompt – not directly user assignable.)

Type: bool

Help

Hidden option to enable API for registering and notifying
listeners of certain events related to a heap usage,
such as the heap resize.

Defaults

No defaults. Implicitly defaults to n.

Symbols that select this symbol

Kconfig definition

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

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

config HEAP_LISTENER
    bool
    help
      Hidden option to enable API for registering and notifying
      listeners of certain events related to a heap usage,
      such as the heap resize.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)