:orphan: .. title:: CONFIG_MEM_SLAB_TRACE_MAX_UTILIZATION .. kconfig:: CONFIG_MEM_SLAB_TRACE_MAX_UTILIZATION CONFIG_MEM_SLAB_TRACE_MAX_UTILIZATION ##################################### *Enable getting maximum slab utilization* Type: ``bool`` Help ==== .. code-block:: none 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 ``/Kconfig:483`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:40`` Menu path: (Top) → General Kernel Options → Other Kernel Object Options .. code-block:: kconfig 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.)*