Skip to content
Commit e2b62b8a authored by Andrew Boie's avatar Andrew Boie Committed by Anas Nashif
Browse files

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: default avatarAndrew Boie <andrew.p.boie@intel.com>
parent b0117715
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment