All of lore.kernel.org
 help / color / mirror / Atom feed
* [Q] Default SLAB allocator
@ 2012-10-11 14:19 ` Ezequiel Garcia
  0 siblings, 0 replies; 66+ messages in thread
From: Ezequiel Garcia @ 2012-10-11 14:19 UTC (permalink / raw)
  To: Linux Kernel Mailing List, linux-mm; +Cc: Tim Bird, celinux-dev

Hello,

While I've always thought SLUB was the default and recommended allocator,
I'm surprise to find that it's not always the case:

$ find arch/*/configs -name "*defconfig" | wc -l
452

$ grep -r "SLOB=y" arch/*/configs/ | wc -l
11

$ grep -r "SLAB=y" arch/*/configs/ | wc -l
245

This shows that, SLUB being the default, there are actually more
defconfigs that choose SLAB.

I wonder...

* Is SLAB a proper choice? or is it just historical an never been re-evaluated?
* Does the average embedded guy knows which allocator to choose
  and what's the impact on his platform?

Thanks,

   Ezequiel

--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>

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

end of thread, other threads:[~2012-10-19  7:01 UTC | newest]

Thread overview: 66+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-11 14:19 [Q] Default SLAB allocator Ezequiel Garcia
2012-10-11 14:19 ` Ezequiel Garcia
2012-10-11 22:42 ` Andi Kleen
2012-10-11 22:42   ` Andi Kleen
2012-10-11 22:59   ` David Rientjes
2012-10-11 22:59     ` David Rientjes
2012-10-11 23:10     ` Andi Kleen
2012-10-11 23:10       ` Andi Kleen
2012-10-12 12:07       ` Ezequiel Garcia
2012-10-12 12:07         ` Ezequiel Garcia
2012-10-13  9:54         ` David Rientjes
2012-10-13  9:54           ` David Rientjes
2012-10-13 12:44           ` Ezequiel Garcia
2012-10-13 12:44             ` Ezequiel Garcia
2012-10-16  0:46             ` David Rientjes
2012-10-16  0:46               ` David Rientjes
2012-10-16 12:35               ` Ezequiel Garcia
2012-10-16 12:35                 ` Ezequiel Garcia
2012-10-16 12:56                 ` Eric Dumazet
2012-10-16 12:56                   ` Eric Dumazet
2012-10-16 18:07                   ` Tim Bird
2012-10-16 18:07                     ` Tim Bird
2012-10-16 18:27                     ` Ezequiel Garcia
2012-10-16 18:27                       ` Ezequiel Garcia
2012-10-16 18:44                       ` Tim Bird
2012-10-16 18:44                         ` Tim Bird
2012-10-16 18:49                         ` Ezequiel Garcia
2012-10-16 18:49                           ` Ezequiel Garcia
2012-10-16 19:16                       ` Eric Dumazet
2012-10-16 19:16                         ` Eric Dumazet
2012-10-17 18:45                         ` Tim Bird
2012-10-17 18:45                           ` Tim Bird
2012-10-17 19:13                           ` Eric Dumazet
2012-10-17 19:13                             ` Eric Dumazet
2012-10-17 19:20                             ` Shentino
2012-10-17 19:20                               ` Shentino
2012-10-17 20:33                               ` Tim Bird
2012-10-17 20:33                                 ` Tim Bird
2012-10-18  0:46                                 ` Shentino
2012-10-18  0:46                                   ` Shentino
2012-10-17 20:58                             ` Tim Bird
2012-10-17 20:58                               ` Tim Bird
2012-10-17 21:05                               ` Ezequiel Garcia
2012-10-17 21:05                                 ` Ezequiel Garcia
2012-10-16 18:36                     ` Ezequiel Garcia
2012-10-16 18:36                       ` Ezequiel Garcia
2012-10-16 18:54                       ` Christoph Lameter
2012-10-16 18:54                         ` Christoph Lameter
2012-10-13  9:51       ` David Rientjes
2012-10-13  9:51         ` David Rientjes
2012-10-13 15:10         ` Eric Dumazet
2012-10-13 15:10           ` Eric Dumazet
2012-10-16  1:28           ` JoonSoo Kim
2012-10-16  1:28             ` JoonSoo Kim
2012-10-16  7:23             ` Eric Dumazet
2012-10-16  7:23               ` Eric Dumazet
2012-10-19  0:03           ` JoonSoo Kim
2012-10-19  0:03             ` JoonSoo Kim
2012-10-19  7:01             ` Eric Dumazet
2012-10-19  7:01               ` Eric Dumazet
2012-10-16  0:45         ` David Rientjes
2012-10-16  0:45           ` David Rientjes
2012-10-16 18:53           ` Christoph Lameter
2012-10-16 18:53             ` Christoph Lameter
2012-10-16 19:02 ` Christoph Lameter
2012-10-16 19:02   ` Christoph Lameter

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.