Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/abi/spectrans/spec2map/
H A Dbucket.c43 static bucket_t **Buckethead; variable
69 if ((Buckethead = calloc(sizeof (bucket_t *), NLISTS)) == NULL) { in create_lists()
521 assert(Buckethead != NULL, "Buckethead null in start_new_list"); in start_new_list()
522 for (i = 0; Buckethead[i] != NULL && i < N_lists; ++i) in start_new_list()
527 Buckethead[i] = (bucket_t *)b; in start_new_list()
546 if ((Buckethead = realloc(Buckethead, sizeof (bucket_t *) * N_lists)) in grow_lists()
552 Buckethead[i] = NULL; in grow_lists()
563 free(Buckethead); in delete_lists()
564 Buckethead = 0; in delete_lists()
575 return (Buckethead[Bc]); in first_list()
[all …]