Searched refs:Calloc (Results 1 – 1 of 1) sorted by relevance
55 #define Calloc(n,s) (char*)xcalloc((n),(s)) macro164 tbl->bins = (st_table_entry **)Calloc(size, sizeof(st_table_entry*));328 new_bins = (st_table_entry**)Calloc(new_num_bins, sizeof(st_table_entry*));363 Calloc((unsigned)num_bins, sizeof(st_table_entry*));
Completed in 8 milliseconds