Searched refs:CALLOC (Results 1 – 1 of 1) sorted by relevance
22 #define CALLOC(t, n) ((t *) calloc (sizeof (t), (n))) macro48 ht->ht_vec = (void**) CALLOC (struct token *, ht->ht_size); in hash_init()264 ht->ht_vec = (void **) CALLOC (struct token *, ht->ht_size); in hash_rehash()