Searched refs:hash_realloc (Results 1 – 2 of 2) sorted by relevance
64 static void *hash_realloc(SEGMENT **, int, int);805 if (!hash_realloc(&hashp->dir, dirsize, dirsize << 1)) in __expand_table()840 hash_realloc(SEGMENT **p_ptr, int oldsize, int newsize) in hash_realloc() function
77 The hash_realloc function was walking off the end of memory.