Searched refs:sort_malloc (Results 1 - 7 of 7) sorted by relevance

/freebsd-10-stable/usr.bin/sort/
H A Dmem.h40 void *sort_malloc(size_t);
H A Dmem.c42 sort_malloc(size_t size) function
H A Dradixsort.c138 new_ls = sort_malloc(sizeof(struct level_stack));
226 ssl = sort_malloc(sizeof(struct sort_level));
388 sl->sublevels = sort_malloc(slsz);
541 sl->sublevels = sort_malloc(slsz);
668 sl = sort_malloc(sizeof(struct sort_level));
H A Dfile.c143 sort_malloc(sizeof(struct CLEANABLE_FILE));
202 ret = sort_malloc(sz);
555 cmd = sort_malloc(cmdsz);
616 ret = sort_malloc(sizeof(struct file_reader));
672 ret->buffer = sort_malloc(ret->cbsz);
902 *fh = sort_malloc(sizeof(struct file_header));
1130 fh = sort_malloc((argc + 1) * sizeof(struct file_header *));
1527 parts = sort_malloc(sizeof(struct sort_list*) * nthreads);
1538 parts[i] = sort_malloc(sizeof(struct sort_list));
H A Dsort.c649 f = sort_malloc((len + 1) * sizeof(char));
676 c = sort_malloc((len + 1) * sizeof(char));
753 pos1 = sort_malloc((size1 + 1) * sizeof(char));
805 f = sort_malloc((len + 1) * sizeof(char));
817 c = sort_malloc((len + 1) * sizeof(char));
1236 char* tmp = sort_malloc(strlen(outfile) +
H A Dbwstring.c64 cmonths = sort_malloc(sizeof(unsigned char*) * 12);
84 wmonths = sort_malloc(sizeof(wchar_t *) * 12);
93 m = sort_malloc(SIZEOF_WCHAR_STRING(len + 1));
192 ret = sort_malloc(sizeof(struct bwstring) + 1 + sz);
194 ret = sort_malloc(sizeof(struct bwstring) +
H A Dcoll.c74 ka = sort_malloc(sz);
158 si = sort_malloc(sz);

Completed in 174 milliseconds