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

/osnet-11/usr/src/lib/libnsl/nsl/
H A Dt_alloc.c279 static size_t infalloc; local
285 if (infalloc == 0) {
288 infalloc = 1024;
290 infalloc = uc + 1024/2;
292 if ((buf->buf = calloc(1, infalloc)) == NULL) {
296 buf->maxlen = infalloc;

Completed in 89 milliseconds