Searched refs:xMalloc (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
1219 ** previously obtained from xMalloc or xRealloc. The allocated size
1253 void *(*xMalloc)(int); /* Memory allocation function */ member in struct:sqlite3_mem_methods
H A Dsqlite3.c1766 ** The xMalloc, xRealloc, and xFree methods must work like the
1772 ** previously obtained from xMalloc or xRealloc. The allocated size
1806 void *(*xMalloc)(int); /* Memory allocation function */ member in struct:sqlite3_mem_methods
14682 ** malloc failures (when the xMalloc() or xRealloc() method of the
14885 ** Report the allocated size of a prior return from xMalloc()
14902 ** redirected to xMalloc. Similarly, we know that nByte>0 becauses
15351 if( p && sqlite3GlobalConfig.m.xMalloc==sqlite3MemMalloc ){
15370 if( p && sqlite3GlobalConfig.m.xMalloc==sqlite3MemMalloc ){
15392 if( p && sqlite3GlobalConfig.m.xMalloc==sqlite3MemMalloc ){
15518 ** are made and returned by the xMalloc() an
[all...]

Completed in 577 milliseconds