:orphan: .. title:: CONFIG_SYS_HEAP_RUNTIME_STATS .. kconfig:: CONFIG_SYS_HEAP_RUNTIME_STATS CONFIG_SYS_HEAP_RUNTIME_STATS ############################# *System heap runtime statistics* Type: ``bool`` Help ==== .. code-block:: none Gather system heap runtime statistics. Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/os/Kconfig.heap:32`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:43`` → ``/Kconfig:10`` → ``/os/Kconfig:88`` Menu path: (Top) → Additional libraries → OS Support Library → Heap and Memory Allocation .. code-block:: kconfig config SYS_HEAP_RUNTIME_STATS bool "System heap runtime statistics" help Gather system heap runtime statistics. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*