Searched refs:supersize (Results 1 – 1 of 1) sorted by relevance
73 static unsigned supersize = SUPERINC, supintsize; variable138 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()