On Wed, 21 Feb 2007, Muli Ben-Yehuda wrote:
quoted text > On Wed, Feb 21, 2007 at 10:06:52AM +0200, Pekka J Enberg wrote:
> > From: Pekka Enberg <penberg@cs.helsinki.fi>
> >
> > This exports ksize in slab and slob allocators to modules.
>
> That's a pretty generic name... if it's going to be part of the module
> API, it should be renamed to something a bit more obvious.
Hmmm... The current names are
kmalloc
kcalloc
kzalloc
kfree
ksize
All are pretty terse and most are frequently used (except ksize and
maybe kcalloc).
-
unsubscribe notice 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/
Messages in current thread:
Re: [PATCH 2/3] slab: export ksize to modules , Christoph Lameter , (Wed Feb 21, 2:33 pm)