Re: [PATCH 09/19] mm: Allow dynamically requesting additional memory regions

2021-11-09 Thread Daniel Kiper
On Tue, Oct 12, 2021 at 06:29:58PM +1100, Daniel Axtens wrote: > From: Patrick Steinhardt > > Currently, all platforms will set up their heap on initialization of the > platform code. While this works mostly fine, it poses some limitations > on memory management on us. Most notably, allocating big

[PATCH 09/19] mm: Allow dynamically requesting additional memory regions

2021-10-12 Thread Daniel Axtens
From: Patrick Steinhardt Currently, all platforms will set up their heap on initialization of the platform code. While this works mostly fine, it poses some limitations on memory management on us. Most notably, allocating big chunks of memory in the gigabyte range would require us to pre-request