Lines Matching refs:valloc
1226 * The only option is valloc, but only use it if the requested1230 *(void **) ptr = (align > 16) ? valloc(size) : malloc(size);