Searched refs:CONFIG_NEWLIB_LIBC_ALIGNED_HEAP_SIZE (Results 1 – 5 of 5) sorted by relevance
3 CONFIG_NEWLIB_LIBC_ALIGNED_HEAP_SIZE=8192
4 CONFIG_NEWLIB_LIBC_ALIGNED_HEAP_SIZE=2048
71 CONFIG_NEWLIB_LIBC_ALIGNED_HEAP_SIZE))
58 #elif CONFIG_NEWLIB_LIBC_ALIGNED_HEAP_SIZE72 __aligned(CONFIG_NEWLIB_LIBC_ALIGNED_HEAP_SIZE) in __aligned() argument73 heap_base[CONFIG_NEWLIB_LIBC_ALIGNED_HEAP_SIZE]; in __aligned()74 #define MAX_HEAP_SIZE CONFIG_NEWLIB_LIBC_ALIGNED_HEAP_SIZE
115 address alignment (:kconfig:option:`CONFIG_NEWLIB_LIBC_ALIGNED_HEAP_SIZE` is117 heap is set by the :kconfig:option:`CONFIG_NEWLIB_LIBC_ALIGNED_HEAP_SIZE`.