CONFIG_SYS_HEAP_LISTENER

Enable sys_heap event notifications

Type: bool

Help

This allows application to listen for sys_heap events,
such as memory allocation and de-allocation.

Defaults

No defaults. Implicitly defaults to n.

Symbols selected by this symbol

Kconfig definition

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

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 SYS_HEAP_LISTENER
    bool "Enable sys_heap event notifications"
    select HEAP_LISTENER
    help
      This allows application to listen for sys_heap events,
      such as memory allocation and de-allocation.

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