Home
last modified time | relevance | path

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

/src/lib/libc/db/hash/
H A Dhash.c63 static void *hash_realloc(SEGMENT **, int, int);
812 if (!hash_realloc(&hashp->dir, dirsize, dirsize << 1)) in __expand_table()
847 hash_realloc(SEGMENT **p_ptr, int oldsize, int newsize) in hash_realloc() function
/src/lib/libc/db/
H A Dchangelog77 The hash_realloc function was walking off the end of memory.
/src/crypto/krb5/src/plugins/kdb/db2/libdb2/
H A DCHANGELOG.db297 The hash_realloc function was walking off the end of memory.