HomeSort by: relevance | last modified time | path
    Searched defs:hash_realloc (Results 1 - 1 of 1) sorted by relevancy

  /src/lib/libc/db/hash/
hash.c 67 static void *hash_realloc(SEGMENT **, size_t, size_t);
846 if (!hash_realloc(&hashp->dir, dirsize, dirsize << 1))
883 hash_realloc(SEGMENT **p_ptr, size_t oldsize, size_t newsize) function in typeref:typename:void *

Completed in 13 milliseconds