Searched refs:sort_malloc (Results 1 – 6 of 6) sorted by relevance
42 void *sort_malloc(size_t);
505 f = sort_malloc(len + 1); in parse_pos()532 c = sort_malloc(len + 1); in parse_pos()606 pos1 = sort_malloc(size1 + 1); in parse_k()658 f = sort_malloc(len + 1); in parse_pos_obs()670 c = sort_malloc(len + 1); in parse_pos_obs()
40 sort_malloc(size_t size) in sort_malloc() function
63 cmonths = sort_malloc(sizeof(char *) * 12); in initialise_months() 84 wmonths = sort_malloc(sizeof(wchar_t *) * 12); in initialise_months() 190 ret = sort_malloc(sizeof(struct bwstring) + 1 + sz); in bwsalloc() 193 ret = sort_malloc(sizeof(struct bwstring) + in bwsalloc()
120 item = sort_malloc(sizeof(struct CLEANABLE_FILE)); in tmp_file_atexit() 565 ret->buffer = sort_malloc(ret->cbsz); in file_reader_init() 776 *fh = sort_malloc(sizeof(struct file_header)); in file_header_init()
86 new_ls = sort_malloc(sizeof(struct level_stack)); in push_ls()