:orphan: .. title:: MEM_SLAB_TRACE_MAX_UTILIZATION .. option:: 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 ================== .. highlight:: kconfig At ``kernel/Kconfig:468`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:30`` Menu path: (Top) → General Kernel Options → Other Kernel Object Options .. parsed-literal:: 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.)*