All of lore.kernel.org
 help / color / mirror / Atom feed
* slab cache
@ 2002-06-09 14:52 David Chow
  2002-06-10  8:57 ` Stephen C. Tweedie
  0 siblings, 1 reply; 6+ messages in thread
From: David Chow @ 2002-06-09 14:52 UTC (permalink / raw)
  To: linux-mm

Dear all,

I am trying to improve the speed of my fs code. I have a fixed sized 
buffer for my fs, I currently use kmalloc for allocation of buffers 
greater than 4k, use get_free_page for 4k buffers and vmalloc for large 
buffers. Is there any benefits using the slab cache? If so whats the 
difference of using slab cache than kmalloc? Thanks for comments.

regards,
David

--
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/

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

end of thread, other threads:[~2002-06-13 16:45 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-06-09 14:52 slab cache David Chow
2002-06-10  8:57 ` Stephen C. Tweedie
2002-06-12 15:05   ` David Chow
2002-06-12 15:29     ` Stephen C. Tweedie
2002-06-13 16:34       ` David Chow
2002-06-13 16:45         ` Stephen C. Tweedie

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.