gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:calloc (0.00 seconds)
t2ex
bsd_source/lib/libc/src_bsd/search/hcreate.c - 5.7KB - 186 lines
114:         htab->size = nel;
115:         htab->table = calloc(htab->size, sizeof htab->table[0]);
116:         if (htab->table == NULL) {