Re: [U-Boot] [PATCH] malloc: improve memalign fragmentation fix

2016-05-04 Thread Tom Rini
On Mon, Apr 25, 2016 at 03:55:42PM -0600, Stephen Warren wrote: > From: Stephen Warren > > Commit 4f144a416469 "malloc: work around some memalign fragmentation > issues" enhanced memalign() so that it can succeed in more cases where > heap fragmentation is present. However,

Re: [U-Boot] [PATCH] malloc: improve memalign fragmentation fix

2016-05-04 Thread Stephen Warren
On 04/25/2016 03:55 PM, Stephen Warren wrote: From: Stephen Warren Commit 4f144a416469 "malloc: work around some memalign fragmentation issues" enhanced memalign() so that it can succeed in more cases where heap fragmentation is present. However, it did not solve as many

[U-Boot] [PATCH] malloc: improve memalign fragmentation fix

2016-04-25 Thread Stephen Warren
From: Stephen Warren Commit 4f144a416469 "malloc: work around some memalign fragmentation issues" enhanced memalign() so that it can succeed in more cases where heap fragmentation is present. However, it did not solve as many cases as it could. This patch enhances the code to