Re: Getting big areas of memory, in 2.3.x?

Benjamin C.R. LaHaise (blah@kvack.org)
Thu, 9 Dec 1999 18:09:24 -0500 (EST)


On Fri, 10 Dec 1999, Ingo Molnar wrote:

> On Thu, 9 Dec 1999, Rik van Riel wrote:
>
> > a "real" zoned allocator. Not a 2.4 thing,
>
> would you mind elaborating what such a "real" zoned allocator has,
> compared to the current one?

The type of allocation determines what pool memory is allocated from. Ie
nonpagable kernel allocations come from one zone, atomic allocations from
another and user from yet another. It's basically the same thing that the
slab does, except for pages. The key advantage is that allocations of
different types are not mixed, so the lifetime of allocations in the same
zone tends to be similar and fragmentation tends to be lower.

-ben

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