zephyr/lib/libc/common
Keith Packard 5279acba9d libc/common: Make sure malloc arena is PoT aligned on Risc-V
The malloc arena needs to be aligned to a suitable size on Risc-V, and the
Z_RISCV_STACK_GUARD_SIZE variable is a helpful proxy for what size that
is. However, that is not always a power of two, so round it up to make the
linker capable of performing the necessary allocation.

Signed-off-by: Keith Packard <keithp@keithp.com>
2023-05-11 01:25:01 +09:00
..
source libc/common: Make sure malloc arena is PoT aligned on Risc-V 2023-05-11 01:25:01 +09:00
CMakeLists.txt libc: Move abort into common 2023-05-08 09:59:27 +02:00
Kconfig libc/common: Allocate default malloc arena for non-minimal-libc uses 2023-05-09 01:29:16 +09:00