Lines Matching defs:xRealloc
2041 ** The xMalloc, xRealloc, and xFree methods must work like the
2044 ** xRealloc is always a value returned by a prior call to xRoundup.
2047 ** previously obtained from xMalloc or xRealloc. The allocated size
2083 void *(*xRealloc)(void*,int); /* Resize an allocation */
26501 ** malloc failures (when the xMalloc() or xRealloc() method of the
26814 ** or xRealloc().
27482 ** are made and returned by the xMalloc() and xRealloc()
28172 ** are made and returned by the xMalloc() and xRealloc()
30757 ** argument to xRealloc is always a value returned by a prior call to
30776 pNew = sqlite3GlobalConfig.m.xRealloc(pOld, nNew);
30780 pNew = sqlite3GlobalConfig.m.xRealloc(pOld, nNew);
30789 pNew = sqlite3GlobalConfig.m.xRealloc(pOld, nNew);