-
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 <Zephyr>/kernel/Kconfig:470
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:30
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.)