:orphan: .. title:: MBEDTLS_MEMORY_DEBUG .. option:: CONFIG_MBEDTLS_MEMORY_DEBUG *mbed TLS memory debug activation* Type: ``bool`` Help ==== Enable debugging of buffer allocator memory issues. Automatically prints (to stderr) all (fatal) messages on memory allocation issues. Enables function for 'debug output' of allocated memory. Direct dependencies =================== \ :option:`MBEDTLS_BUILTIN ` && \ :option:`MBEDTLS ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== .. highlight:: kconfig At ``modules/Kconfig.mbedtls:89`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:23`` → ``modules/Kconfig:21`` Menu path: (Top) → Modules → mbedTLS Support .. parsed-literal:: config MBEDTLS_MEMORY_DEBUG bool "mbed TLS memory debug activation" depends on \ :option:`MBEDTLS_BUILTIN ` && \ :option:`MBEDTLS ` help Enable debugging of buffer allocator memory issues. Automatically prints (to stderr) all (fatal) messages on memory allocation issues. Enables function for 'debug output' of allocated memory. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*