:orphan: .. title:: CONFIG_MPSC_CLEAR_ALLOCATED .. kconfig:: CONFIG_MPSC_CLEAR_ALLOCATED CONFIG_MPSC_CLEAR_ALLOCATED ########################### *Clear allocated packet* Type: ``bool`` Help ==== .. code-block:: none When enabled packet space is zeroed before returning from allocation. Direct dependencies =================== \ :kconfig:`MPSC_PBUF ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/os/Kconfig:67`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:43`` → ``/Kconfig:10`` Menu path: (Top) → Additional libraries → OS Support Library → Multi producer, single consumer packet buffer .. code-block:: kconfig config MPSC_CLEAR_ALLOCATED bool "Clear allocated packet" depends on MPSC_PBUF help When enabled packet space is zeroed before returning from allocation. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*