Searched refs:bigsiz (Results 1 – 1 of 1) sorted by relevance
38 static size_t bigsiz; variable51 if (n > bigsiz) in fmtbuf()53 bigsiz = roundof(n, 8 * 1024); in fmtbuf()54 if (!(big = newof(big, char, bigsiz, 0))) in fmtbuf()