Re: Slab vs Slub vs slob vs slqb

From: David Rientjes
Date: Wed May 23 2012 - 20:40:36 EST


On Wed, 23 May 2012, Sameer Rahmani wrote:

> Hi,
> Simple question from a newbie, i know what is SLAB is, but what is slub and
> slob or slqb ?
> what is there different ?

SLUB, SLOB, and SLQB are all different varients of slab allocators and can
be chosen as a replacement for SLAB. SLUB gets the most attention these
days and is the upstream default. SLOB is typically used for embedded
devices and those that require a small memory footprint. SLQB was a
development allocator that I believe has been abandoned.
--
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/