Searched refs:xmalloc (Results 1 – 1 of 1) sorted by relevance
125 void *xmalloc(size_t size);207 a_utf8.pdata = xmalloc(a_utf8.nlen*sizeof(char)); in read_utf8()235 pstr = pp = xmalloc((a_utf8.nlen+1) * sizeof(char)); in utf8tolatin1()275 pstr = xmalloc((nlen_pdepstr+6+1)*sizeof(char)); in add_to_dependencies()464 pc_class = xmalloc((ncnt-1)*sizeof(uint16)); in process_class_file()573 xmalloc(size_t size) in xmalloc() function681 pgrow = xmalloc(sizeof(struct growable)); in allocate_growable()682 pgrow->parray = xmalloc(NGROW_INIT*sizeof(char *)); in allocate_growable()709 pstr = xmalloc((nlen+1)*sizeof(char*)); in create_filters()716 pstr = xmalloc((nlen_pstr+1)*sizeof(char*)); in create_filters()[all …]
Completed in 13 milliseconds