Home
last modified time | relevance | path

Searched refs:sort_malloc (Results 1 – 6 of 6) sorted by relevance

/freebsd/usr.bin/sort/
H A Dmem.h42 void *sort_malloc(size_t);
H A Dmem.c51 sort_malloc(size_t size) in sort_malloc() function
H A Dsort.c645 f = sort_malloc((len + 1) * sizeof(char)); in parse_pos()
672 c = sort_malloc((len + 1) * sizeof(char)); in parse_pos()
749 pos1 = sort_malloc((size1 + 1) * sizeof(char)); in parse_k()
801 f = sort_malloc((len + 1) * sizeof(char)); in parse_pos_obs()
813 c = sort_malloc((len + 1) * sizeof(char)); in parse_pos_obs()
1248 char* tmp = sort_malloc(strlen(outfile) + in main()
H A Dbwstring.c94 m = sort_malloc(SIZEOF_WCHAR_STRING(len + 1)); in populate_wmonth()
129 cmonths = sort_malloc(sizeof(struct cmonth) * 12); in initialise_months()
149 wmonths = sort_malloc(sizeof(struct wmonth) * 12); in initialise_months()
256 ret = sort_malloc(sizeof(struct bwstring) + 1 + sz); in bwsalloc()
260 ret = sort_malloc( in bwsalloc()
H A Dfile.c135 sort_malloc(sizeof(struct CLEANABLE_FILE)); in tmp_file_atexit()
794 *fh = sort_malloc(sizeof(struct file_header)); in file_header_init()
1020 fh = sort_malloc((argc + 1) * sizeof(struct file_header *)); in merge_files_array()
1417 parts = sort_malloc(sizeof(struct sort_list*) * nthreads); in mt_sort()
1428 parts[i] = sort_malloc(sizeof(struct sort_list)); in mt_sort()
H A Dradixsort.c146 new_ls = sort_malloc(sizeof(struct level_stack)); in push_ls()