Re: [PATCH v2 06/15] mm: Allow dynamically requesting additional memory regions

2022-04-07 Thread Daniel Kiper
On Mon, Mar 28, 2022 at 05:22:31PM +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 v2 06/15] mm: Allow dynamically requesting additional memory regions

2022-03-27 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