CONFIG_MALLOC_ALIGN

Block size in the heap for malloc()

Type: int

Defaults

  • 16

Kconfig definition

At arch/x86/Kconfig:211

Included via Kconfig:3

Menu path: (top menu)

config MALLOC_ALIGN
    int
    prompt "Block size in the heap for malloc()"
    range 8 32
    default 16

(Definitions include propagated dependencies, including from if’s and menus.)