Lines Matching defs:xRealloc
1830 ** The xMalloc, xRealloc, and xFree methods must work like the
1833 ** xRealloc is always a value returned by a prior call to xRoundup.
1836 ** previously obtained from xMalloc or xRealloc. The allocated size
1872 void *(*xRealloc)(void*,int); /* Resize an allocation */
15041 ** malloc failures (when the xMalloc() or xRealloc() method of the
15331 ** or xRealloc().
16006 ** are made and returned by the xMalloc() and xRealloc()
16695 ** are made and returned by the xMalloc() and xRealloc()
19111 ** argument to xRealloc is always a value returned by a prior call to
19126 pNew = sqlite3GlobalConfig.m.xRealloc(pOld, nNew);
19129 pNew = sqlite3GlobalConfig.m.xRealloc(pOld, nNew);
19137 pNew = sqlite3GlobalConfig.m.xRealloc(pOld, nNew);