zephyr/lib/libc
Andrew Boie e2b62b8abb newlib: clamp max heap size on MMU systems
Previously, newlib claimed all free physical memory in the
system.

Now, the kernel manages this, allowing for memory to be
used via k_mem_map() calls.

Establish an upper bound to how much newlib will try to
claim on system startup, instead of trying to take all
of it, allowing other parts of the system to also map
anonymous memory.

Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2021-01-23 19:47:23 -05:00
..
minimal libc: minimal: add INTn_C macros to stdint.h 2021-01-21 14:50:01 -05:00
newlib newlib: clamp max heap size on MMU systems 2021-01-23 19:47:23 -05:00
CMakeLists.txt
Kconfig newlib: clamp max heap size on MMU systems 2021-01-23 19:47:23 -05:00