CONFIG_NEWLIB_LIBC_HEAP_LISTENER

Notify heap listeners of newlib libc heap events

Type: bool

Help

Notify registered heap listeners upon certain events related to the newlib
libc heap usage, such as the heap resize.

Direct dependencies

NEWLIB_LIBC

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Symbols selected by this symbol

Kconfig definition

At <Library>/libc/Kconfig:113

Included via Kconfig:8Kconfig.zephyr:43<Library>/Kconfig:4

Menu path: (Top) → C Library

config NEWLIB_LIBC_HEAP_LISTENER
    bool "Notify heap listeners of newlib libc heap events"
    select HEAP_LISTENER
    depends on NEWLIB_LIBC
    help
      Notify registered heap listeners upon certain events related to the newlib
      libc heap usage, such as the heap resize.

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