Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/search/
Dhash.c61 static void *hash_realloc(SEGMENT **, int, int);
854 if (!hash_realloc(&hashp->dir, dirsize, dirsize << 1))
890 hash_realloc(SEGMENT **p_ptr, int oldsize, int newsize) function