The latest development version of this page may be more current than this released 2.7.5 version.

CONFIG_MEM_SLAB_TRACE_MAX_UTILIZATION

Enable getting maximum slab utilization

Type: bool

Help

This adds variable to the k_mem_slab structure to hold
maximum utilization of the slab.

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At kernel/Kconfig:483

Included via Kconfig:8Kconfig.zephyr:40

Menu path: (Top) → General Kernel Options → Other Kernel Object Options

config MEM_SLAB_TRACE_MAX_UTILIZATION
    bool "Enable getting maximum slab utilization"
    help
      This adds variable to the k_mem_slab structure to hold
      maximum utilization of the slab.

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