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

/illumos-gate/usr/src/tools/cscope-fast/
H A Dinvlib.c108 unsigned postsize = POSTINC * sizeof (POSTING); local
134 if ((POST = (POSTING *)malloc(postsize)) == NULL) {
135 invcannotalloc(postsize);
193 if (postptr + 10 > POST + postsize / sizeof (POSTING)) {
195 postsize += POSTINC * sizeof (POSTING);
196 if ((POST = realloc(POST, postsize)) == NULL) {
197 invcannotalloc(postsize);
203 "totpost=%ld\n", postsize, totpost);

Completed in 380 milliseconds