public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Slab vs Slub vs slob vs slqb
@ 2012-05-23 17:11 Sameer Rahmani
  2012-05-24  0:40 ` David Rientjes
  0 siblings, 1 reply; 2+ messages in thread
From: Sameer Rahmani @ 2012-05-23 17:11 UTC (permalink / raw)
  To: LKML

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Slab vs Slub vs slob vs slqb
  2012-05-23 17:11 Slab vs Slub vs slob vs slqb Sameer Rahmani
@ 2012-05-24  0:40 ` David Rientjes
  0 siblings, 0 replies; 2+ messages in thread
From: David Rientjes @ 2012-05-24  0:40 UTC (permalink / raw)
  To: Sameer Rahmani; +Cc: Christoph Lameter, Pekka Enberg, linux-kernel

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.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-05-24  0:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-23 17:11 Slab vs Slub vs slob vs slqb Sameer Rahmani
2012-05-24  0:40 ` David Rientjes

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox