CONFIG_SYS_MEM_BLOCKS_LISTENER

Enable Memory Blocks Allocator event notifications

Type: bool

Help

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

Direct dependencies

SYS_MEM_BLOCKS

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Symbols selected by this symbol

Kconfig definition

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

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 → (Yet Another) Memory Blocks Allocator

config SYS_MEM_BLOCKS_LISTENER
    bool "Enable Memory Blocks Allocator event notifications"
    select HEAP_LISTENER
    depends on SYS_MEM_BLOCKS
    help
      This allows application to listen for memory blocks allocator
      events, such as memory allocation and de-allocation.

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