Home | History | Annotate | Download | only in ext2fs

Lines Matching refs:valloc

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