Searched refs:Buckethead (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/abi/spectrans/spec2map/
H A Dbucket.c45 static bucket_t **Buckethead; variable
71 if ((Buckethead = calloc(sizeof (bucket_t *), NLISTS)) == NULL) {
523 assert(Buckethead != NULL, "Buckethead null in start_new_list");
524 for (i = 0; Buckethead[i] != NULL && i < N_lists; ++i)
529 Buckethead[i] = (bucket_t *)b;
548 if ((Buckethead = realloc(Buckethead, sizeof (bucket_t *) * N_lists))
554 Buckethead[i] = NULL;
565 free(Buckethead);
[all...]

Completed in 72 milliseconds