Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/search/
Dhash.c53 static int alloc_segs(HTAB *, int);
199 if (alloc_segs(hashp, nsegs))
414 return (alloc_segs(hashp, nsegs));
923 alloc_segs(HTAB *hashp, int nsegs) function