Searched refs:xmalloc (Results 1 – 1 of 1) sorted by relevance
128 void *xmalloc(size_t size);210 a_utf8.pdata = xmalloc(a_utf8.nlen*sizeof(char)); in read_utf8()238 pstr = pp = xmalloc((a_utf8.nlen+1) * sizeof(char)); in utf8tolatin1()278 pstr = xmalloc((nlen_pdepstr+6+1)*sizeof(char)); in add_to_dependencies()467 pc_class = xmalloc((ncnt-1)*sizeof(uint16)); in process_class_file()585 xmalloc(size_t size) in xmalloc() function693 pgrow = xmalloc(sizeof(struct growable)); in allocate_growable()694 pgrow->parray = xmalloc(NGROW_INIT*sizeof(char *)); in allocate_growable()721 pstr = xmalloc((nlen+1)*sizeof(char*)); in create_filters()728 pstr = xmalloc((nlen_pstr+1)*sizeof(char*)); in create_filters()[all …]
Completed in 10 milliseconds