Lines Matching defs:xRealloc
2096 ** The xMalloc, xRealloc, and xFree methods must work like the
2099 ** xRealloc is always a value returned by a prior call to xRoundup.
2102 ** previously obtained from xMalloc or xRealloc. The allocated size
2138 void *(*xRealloc)(void*,int); /* Resize an allocation */
27753 ** malloc failures (when the xMalloc() or xRealloc() method of the
28066 ** or xRealloc().
28734 ** are made and returned by the xMalloc() and xRealloc()
29424 ** are made and returned by the xMalloc() and xRealloc()
31995 ** argument to xRealloc is always a value returned by a prior call to
32014 pNew = sqlite3GlobalConfig.m.xRealloc(pOld, nNew);
32018 pNew = sqlite3GlobalConfig.m.xRealloc(pOld, nNew);
32027 pNew = sqlite3GlobalConfig.m.xRealloc(pOld, nNew);