SEGMENT
static void *hash_realloc(SEGMENT **, int, int);
dirsize = hashp->DSIZE * sizeof(SEGMENT *);
(SEGMENT)calloc(hashp->SGSIZE, sizeof(SEGMENT))) == NULL)
hash_realloc(SEGMENT **p_ptr, int oldsize, int newsize)
SEGMENT store;
(SEGMENT *)calloc(hashp->DSIZE, sizeof(SEGMENT *))) == NULL) {
if ((store = (SEGMENT)calloc(nsegs << hashp->SSHIFT,
sizeof(SEGMENT))) == NULL) {
SEGMENT *dir; /* Hash Bucket directory */
SEGMENT segp;
SEGMENT segp;