-
CONFIG_NRF_MODEM_LIB_DEBUG_ALLOC
¶
Print allocations on the library heap
Type: bool
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At <nRF>/lib/nrf_modem_lib/Kconfig:113
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:23
→ <Zephyr>/modules/Kconfig:6
→ <BuildDir>/kconfig/Kconfig.modules:2
→ <nRF>/Kconfig.nrf:52
→ <nRF>/lib/Kconfig:11
Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → Libraries → Enable Modem library → Diagnostics
config NRF_MODEM_LIB_DEBUG_ALLOC
bool "Print allocations on the library heap"
depends on LOG && NRF_MODEM_LIB
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)