CONFIG_NUM_ALLOC_PAGES

Capacity in pages of the heap for page_alloc()

Type: hex

Defaults

  • 0x1000

Kconfig definition

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

config NUM_ALLOC_PAGES
    hex
    prompt "Capacity in pages of the heap for page_alloc()"
    default 0x1000

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