Searched refs:xRealloc (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.h1213 ** The xMalloc, xRealloc, and xFree methods must work like the
1216 ** xRealloc is always a value returned by a prior call to xRoundup.
1219 ** previously obtained from xMalloc or xRealloc. The allocated size
1255 void *(*xRealloc)(void*,int); /* Resize an allocation */ member in struct:sqlite3_mem_methods
H A Dsqlite3.c1766 ** The xMalloc, xRealloc, and xFree methods must work like the
1769 ** xRealloc is always a value returned by a prior call to xRoundup.
1772 ** previously obtained from xMalloc or xRealloc. The allocated size
1808 void *(*xRealloc)(void*,int); /* Resize an allocation */ member in struct:sqlite3_mem_methods
14682 ** malloc failures (when the xMalloc() or xRealloc() method of the
14886 ** or xRealloc().
15518 ** are made and returned by the xMalloc() and xRealloc()
16207 ** are made and returned by the xMalloc() and xRealloc()
18622 ** argument to xRealloc is always a value returned by a prior call to
18637 pNew = sqlite3GlobalConfig.m.xRealloc(pOl
[all...]

Completed in 490 milliseconds