CONFIG_MALLOC_ALIGN

Block size in the heap for malloc()

Type: int

Defaults

  • 16

Kconfig definition

At arch/x86/Kconfig:70, in menu (top menu):

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

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