Hi Sughosh, On Wed, 24 Jul 2024 at 00:03, Sughosh Ganu <sughosh.g...@linaro.org> wrote: > > If the malloc simple functionality is enabled in SPL, it is not > possible to call the full-implementation alloc functions even after > the heap is set-up in ram memory. Check for this condition and > call the functions when enabled.
Is this because you want to use lmb in SPL. Is that needed? BTW I'll send a patch to allow alist to run without realloc(). > > Signed-off-by: Sughosh Ganu <sughosh.g...@linaro.org> > --- > Changes since rfc: New patch > > common/malloc_simple.c | 13 +++++++++++++ > 1 file changed, 13 insertions(+) Regards, SImon