Re: [PATCH] slab.c cleanup

Arnd Bergmann (arnd@bergmann-dalldorf.de)
Sun, 23 Mar 2003 22:11:04 +0100


Brian Gerst wrote:

> - Don't create caches that are not multiples of L1_CACHE_BYTES.

This sounds a bit drastic to me considering that the vast majority
of kmalloc allocations that I see are either in the <32 byte or
in the 64..128 byte range. Enlarging the minimum size to 256
byte would immediately waste over 1MB on my machine...

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