Messages in this thread |  | | Date | Wed, 21 Feb 2007 10:33:29 -0800 (PST) | From | Christoph Lameter <> | Subject | Re: [PATCH 2/3] slab: export ksize to modules |
| |
On Wed, 21 Feb 2007, Muli Ben-Yehuda wrote:
> 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).
- 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/
|  |