Re: [RFC] Simple Slab: A slab allocator with minimal meta information

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi,

On Wed, 9 Aug 2006 17:52:00 -0700 (PDT)
Christoph Lameter <[email protected]> wrote:

> struct page overloading:
> 
> - _mapcout	=> Used to count the objects in use in a slab
> - mapping	=> Reference to the slab structure
> - index		=> Pointer to the first free element in a slab
> - lru		=> Used for list management.
> 
it seems it's time that the page struct should have more unions ;)


> There is no freelist for slabs. slabs are immediately returned to the page
> allocator.  The page allocator has its own per cpu page queues that should provide
> enough caching.
> 

I think that the advantage of Slab allocator is 
- object is already initizalized at setup, so you don't have to initialize it again at
  allocation.
- object is initialized only once when slab is created.

If a slab page is returned to page allocator ASAP, # of object initilization may
increase. 

-Kame

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

[Index of Archives]     [Kernel Newbies]     [Netfilter]     [Bugtraq]     [Photo]     [Stuff]     [Gimp]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Video 4 Linux]     [Linux for the blind]     [Linux Resources]
  Powered by Linux