Re: [PATCH v2 1/3] efi: Allow use of malloc() for the EFI pool

2024-08-09 Thread Simon Glass
Hi Heinrich, On Fri, 9 Aug 2024 at 10:38, Heinrich Schuchardt wrote: > > On 01.08.24 19:36, Simon Glass wrote: > > This API call is intended for allocating small amounts of memory, > > similar to malloc(). The current implementation rounds up to whole pages > > which can waste large amounts of me

Re: [PATCH v2 1/3] efi: Allow use of malloc() for the EFI pool

2024-08-09 Thread Heinrich Schuchardt
On 01.08.24 19:36, Simon Glass wrote: This API call is intended for allocating small amounts of memory, similar to malloc(). The current implementation rounds up to whole pages which can waste large amounts of memory. It also implements its own malloc()-style header on each block. For certain al