CONFIG_HEAP_SIZE

Capacity of the heap for malloc()

Type: hex

Defaults

  • 0x100000

Kconfig definition

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

config HEAP_SIZE
    hex
    prompt "Capacity of the heap for malloc()"
    default 0x100000

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