Home
last modified time | relevance | path

Searched refs:CONFIG_NEWLIB_LIBC_ALIGNED_HEAP_SIZE (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/tests/lib/mem_alloc/
Dprj_newlib.conf3 CONFIG_NEWLIB_LIBC_ALIGNED_HEAP_SIZE=8192
Dprj_newlibnano.conf4 CONFIG_NEWLIB_LIBC_ALIGNED_HEAP_SIZE=2048
/Zephyr-latest/include/zephyr/sys/
Dlibc-hooks.h71 CONFIG_NEWLIB_LIBC_ALIGNED_HEAP_SIZE))
/Zephyr-latest/lib/libc/newlib/
Dlibc-hooks.c58 #elif CONFIG_NEWLIB_LIBC_ALIGNED_HEAP_SIZE
72 __aligned(CONFIG_NEWLIB_LIBC_ALIGNED_HEAP_SIZE) in __aligned() argument
73 heap_base[CONFIG_NEWLIB_LIBC_ALIGNED_HEAP_SIZE]; in __aligned()
74 #define MAX_HEAP_SIZE CONFIG_NEWLIB_LIBC_ALIGNED_HEAP_SIZE
/Zephyr-latest/doc/develop/languages/c/
Dnewlib.rst115 address alignment (:kconfig:option:`CONFIG_NEWLIB_LIBC_ALIGNED_HEAP_SIZE` is
117 heap is set by the :kconfig:option:`CONFIG_NEWLIB_LIBC_ALIGNED_HEAP_SIZE`.