On Tue, Jan 26, 2016 at 09:27:02AM -0700, Stephen Warren wrote:
> On 01/26/2016 01:54 AM, Lukasz Majewski wrote:
> >Hi Stephen,
> >
> >>From: Stephen Warren
> >>
> >>Use of memalign can trigger fragmentation issues such as:
> >>
> >>// Internally, this needs to find a free block quite bit larger t
On 01/26/2016 01:54 AM, Lukasz Majewski wrote:
Hi Stephen,
From: Stephen Warren
Use of memalign can trigger fragmentation issues such as:
// Internally, this needs to find a free block quite bit larger than
s. // Once the free region is found, any unaligned "padding"
immediately // before an
Hi Stephen,
> From: Stephen Warren
>
> Use of memalign can trigger fragmentation issues such as:
>
> // Internally, this needs to find a free block quite bit larger than
> s. // Once the free region is found, any unaligned "padding"
> immediately // before and after the block is marked free, so
On Mon, Jan 25, 2016 at 02:03:42PM -0700, Stephen Warren wrote:
> From: Stephen Warren
>
> Use of memalign can trigger fragmentation issues such as:
>
> // Internally, this needs to find a free block quite bit larger than s.
> // Once the free region is found, any unaligned "padding" immediatel
From: Stephen Warren
Use of memalign can trigger fragmentation issues such as:
// Internally, this needs to find a free block quite bit larger than s.
// Once the free region is found, any unaligned "padding" immediately
// before and after the block is marked free, so that the allocation
// tak
5 matches
Mail list logo