:orphan: .. title:: CONFIG_MBEDTLS_MEMORY_DEBUG .. kconfig:: CONFIG_MBEDTLS_MEMORY_DEBUG CONFIG_MBEDTLS_MEMORY_DEBUG ########################### *mbed TLS memory debug activation* *mbed TLS memory debug activation* Type: ``bool`` Help ==== .. code-block:: none 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. Help ==== .. code-block:: none 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 =================== (\ :kconfig:`MBEDTLS_BUILTIN ` && \ :kconfig:`MBEDTLS `) || (\ :kconfig:`MBEDTLS_BUILTIN ` && \ :kconfig:`MBEDTLS ` && 0) *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definitions =================== At ``/mbedtls/Kconfig:107`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:33`` → ``/Kconfig:6`` → ``/kconfig/Kconfig.modules:26`` Menu path: (Top) → Modules → mbedtls (/home/runner/work/bridle/bridle/workspace/modules/crypto/mbedtls) → mbed TLS Support .. code-block:: kconfig config MBEDTLS_MEMORY_DEBUG bool "mbed TLS memory debug activation" depends on MBEDTLS_BUILTIN && 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. ---- At ``/mbedtls/Kconfig:107`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:33`` → ``/Kconfig:74`` Menu path: (Top) → Modules → mbed TLS Support .. code-block:: kconfig config MBEDTLS_MEMORY_DEBUG bool "mbed TLS memory debug activation" depends on MBEDTLS_BUILTIN && MBEDTLS && 0 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.)*