Searched refs:alloc_segs (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/lib/libc/db/hash/
H A Dhash.c55 static int alloc_segs(HTAB *, int);
160 if (alloc_segs(hashp, nsegs))
162 * If alloc_segs fails, table will have been destroyed
327 * This calls alloc_segs which may run out of memory. Alloc_segs will destroy
366 return (alloc_segs(hashp, nsegs));
872 alloc_segs(HTAB *hashp, int nsegs) function

Completed in 92 milliseconds