Home | History | Annotate | Download | only in dist

Lines Matching refs:xRealloc

1141 ** The xRealloc method must work like realloc() from the standard C library
1142 ** with the exception that if the second argument to xRealloc is zero,
1143 ** xRealloc must be a no-op - it must not perform any allocation or
1145 ** xRealloc is always a value returned by a prior call to xRoundup.
1147 ** xRealloc can perform exactly as the standard library realloc() and
1151 ** previously obtained from xMalloc or xRealloc. The allocated size
1187 void *(*xRealloc)(void*,int); /* Resize an allocation */