RE: [PATCH 0/4] big chunk memory allocator v4

From: Kleen, Andi
Date: Mon Nov 22 2010 - 04:00:35 EST


> > But yes, because of fragmentation, this cannot guarantee 100%
> alloc.
> > If alloc_contig_pages() is called in system boot up or movable_zone
> is used,
> > this allocation succeeds at high rate.
>
> So this is an alternatve implementation for the functionality offered
> by Michal's "The Contiguous Memory Allocator framework".

I see them more as orthogonal: Michal's code relies on preallocation
and manages the memory after that.

This code supplies the infrastructure to replace preallocation
with just using movable zones.

-Andi


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/