Searched defs:bigsiz (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libast/common/string/
H A Dfmtbuf.c38 static size_t bigsiz; variable
51 if (n > bigsiz)
53 bigsiz = roundof(n, 8 * 1024);
54 if (!(big = newof(big, char, bigsiz, 0)))

Completed in 66 milliseconds