The latest development version of this page may be more current than this released 1.14.1 version.
CONFIG_LVGL_MEM_POOL_HEAP_LIB_C

C library Heap

Type: bool

Help

Use C library malloc and free to allocate objects on the C library heap

Direct dependencies

(NEWLIB_LIBC || MINIMAL_LIBC_MALLOC_ARENA_SIZE != 0) && <choice: Memory pool>

(Includes any dependencies from if’s and menus.)

Kconfig definition

At lib/gui/lvgl/Kconfig:143

Included via Kconfig:10Kconfig.zephyr:37lib/Kconfig:15lib/gui/Kconfig:9

Menu path: (top menu) → Additional libraries → Graphical user interface → Memory pool

config LVGL_MEM_POOL_HEAP_LIB_C
    bool
    prompt "C library Heap" if (NEWLIB_LIBC || MINIMAL_LIBC_MALLOC_ARENA_SIZE != 0) && <choice: Memory pool>
    depends on (NEWLIB_LIBC || MINIMAL_LIBC_MALLOC_ARENA_SIZE != 0) && <choice: Memory pool>
    help
      Use C library malloc and free to allocate objects on the C library heap

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