CONFIG_MPSC_CLEAR_ALLOCATED
Clear allocated packet
Type: bool
Help
When enabled packet space is zeroed before returning from allocation.
Direct dependencies
(Includes any dependencies from ifs and menus.)
Defaults
No defaults. Implicitly defaults to n
.
Kconfig definition
At <Library>/os/Kconfig:67
Included via Kconfig:8
→ Kconfig.zephyr:43
→ <Library>/Kconfig:10
Menu path: (Top) → Additional libraries → OS Support Library
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.)