allocated 905 libglibc/regex.c bufp->used, bufp->allocated); allocated 1614 libglibc/regex.c while ((unsigned long) (b - bufp->buffer + (n)) > bufp->allocated) \ allocated 1688 libglibc/regex.c if (bufp->allocated == MAX_BUF_SIZE) \ allocated 1690 libglibc/regex.c bufp->allocated <<= 1; \ allocated 1691 libglibc/regex.c if (bufp->allocated > MAX_BUF_SIZE) \ allocated 1692 libglibc/regex.c bufp->allocated = MAX_BUF_SIZE; \ allocated 1693 libglibc/regex.c bufp->buffer = (unsigned char *) REALLOC (bufp->buffer, bufp->allocated);\ allocated 1974 libglibc/regex.c if (bufp->allocated == 0) allocated 1988 libglibc/regex.c bufp->allocated = INIT_BUF_SIZE; allocated 5579 libglibc/regex.c re_comp_buf.allocated = 200; allocated 5669 libglibc/regex.c preg->allocated = 0; allocated 5869 libglibc/regex.c preg->allocated = 0; allocated 332 libglibc/regex.h unsigned long int allocated;