Home | History | Annotate | Download | only in lib

Lines Matching full:calloc

626   table->bucket = calloc (table->n_buckets, sizeof *table->bucket);
954 new_table->bucket = calloc (new_size, sizeof *new_table->bucket);