Re: [RFC] kmem_cache_zalloc

Alan Cox (alan@lxorguk.ukuu.org.uk)
Fri, 29 Mar 2002 23:21:17 +0000 (GMT)


> > Much more useful would be kcalloc(). That way we can put all the missing
> > 32bit overflow checking into kcalloc and remove a lot of crud from the
> > kernel where we have to keep doing maths checks.
>
> What should kcalloc do?

The same as calloc in standard C, but also make sure it does overflow checking.
-
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/