Home | History | Annotate | Download | only in libxml2

Lines Matching full:realloc

306  * a realloc() equivalent, with logging of the allocation info.
345 p = (MEMHDR *) realloc(p,RESERVE_SIZE+size);
387 * a realloc() equivalent, with logging of the allocation info.
673 case REALLOC_TYPE:fprintf(fp,"realloc() in ");break;
754 case REALLOC_TYPE:fprintf(fp,"realloc() in ");break;
863 case REALLOC_TYPE:fprintf(fp,"realloc() in ");break;
986 * @reallocFunc: the realloc() function to use
1028 * @reallocFunc: place to save the realloc() function in use
1050 * @reallocFunc: the realloc() function to use
1098 * @reallocFunc: place to save the realloc() function in use