CONFIG_KOBJECT_RODATA_AREA_EXTRA_BYTES

Reserve extra bytes for kobject rodata area

Type: int

Help

Reserve a few more bytes for the RODATA region for kobject metadata.
This is to account for the uncertainty of tables generated by gperf.

Direct dependencies

ARCH_HAS_USERSPACE

(Includes any dependencies from ifs and menus.)

Default

  • 16

Kconfig definition

At <Zephyr>/arch/Kconfig:299

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:29

Menu path: (Top) → General Architecture Options

config KOBJECT_RODATA_AREA_EXTRA_BYTES
    int "Reserve extra bytes for kobject rodata area"
    default 16
    depends on ARCH_HAS_USERSPACE
    help
      Reserve a few more bytes for the RODATA region for kobject metadata.
      This is to account for the uncertainty of tables generated by gperf.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)