Home | History | Annotate | Download | only in ext2fs

Lines Matching refs:malloc

1209 	pp = malloc(size);
1227 * alignment is larger than the alignment provided by malloc.
1230 *(void **) ptr = (align > 16) ? valloc(size) : malloc(size);