Lines Matching refs:malloc
49 * malloc space or i/o buffer
226 int *Seeds; /* malloc'ed arrary of ints holding user spec seeds */
816 Seeds = malloc(Nseeds * sizeof(int));
820 * the newly malloc'ed Seeds arrary.
1219 argv[0] = malloc(strlen(exec_path) + 2);
1257 if ((filenames = malloc(num_files * PATH_MAX)) == NULL) {
1258 fprintf(stderr, "%s%s: %d %s/%d: malloc(%d) failed: %s\n",
1307 if ((Buffer = malloc(grow_incr + Alignment)) == NULL) {
1309 "%s%s: %d %s/%d: malloc(%d) failed: %s\n",
2758 if ((buf = malloc(MAX_FC_READ)) == NULL) {
2759 fprintf(stderr, "%s%s: %s/%d: malloc(%d) failed: %s\n",
2853 if ((buf = malloc(fsize)) == NULL) {
2854 fprintf(stderr, "%s%s: %s/%d: malloc(%d) failed: %s\n",