Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/cscope-fast/
H A Dinvlib.c73 static unsigned supersize = SUPERINC, supintsize; variable
138 if ((SUPFING = malloc(supersize)) == NULL) { in invmake()
139 invcannotalloc(supersize); in invmake()
143 supintsize = supersize / 40; in invmake()
374 if (supfing + 500 > SUPFING + supersize) { in invnewterm()
376 supersize += 20000; in invnewterm()
377 if ((SUPFING = realloc(SUPFING, supersize)) == NULL) { in invnewterm()
378 invcannotalloc(supersize); in invnewterm()
384 "totpost=%ld\n", supersize, totpost); in invnewterm()