Re: [PATCH 08/40] mm: kmem_cache_objsize
From: Pekka Enberg
Date: Fri May 04 2007 - 14:41:48 EST
Christoph Lameter wrote:
Hmmm... Maybe lets have
unsigned kmem_estimate_pages(struct kmem_cache *slab_cache, int objects)
which would calculate the worst case memory scenario for allocation the
number of indicated objects?
IIRC this looks more or less what Peter had initially. I don't like the
API because there's no way for slab (perhaps this is different for slub)
how many pages you really need due to per-node and per-cpu caches, etc.
It's better that the slab tells you what it actually knows and lets the
callers figure out what a worst-case upper bound is.
Pekka
-
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/