Home
last modified time | relevance | path

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

/netbsd-src/lib/libc/db/hash/
H A Dhash.c67 static void *hash_realloc(SEGMENT **, size_t, size_t);
846 if (!hash_realloc(&hashp->dir, dirsize, dirsize << 1)) in __expand_table()
883 hash_realloc(SEGMENT **p_ptr, size_t oldsize, size_t newsize) in hash_realloc() function
/netbsd-src/lib/libc/db/
H A Dchangelog79 The hash_realloc function was walking off the end of memory.