Home | History | Annotate | Download | only in orig

Lines Matching defs:xRealloc

1280 ** The xMalloc, xRealloc, and xFree methods must work like the
1283 ** xRealloc is always a value returned by a prior call to xRoundup.
1286 ** previously obtained from xMalloc or xRealloc. The allocated size
1322 void *(*xRealloc)(void*,int); /* Resize an allocation */