On Tue, Oct 01, 2013 at 08:26:22PM -0700, reed kotler wrote: > This is probably an old issue but why no builtin_malloc It's a library function. It will always be a library function, even if the compiler can optimise it away in some cases. It makes no sense to provide it as externally visible builtin. Joerg