Searched refs:xMalloc (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.2-release/contrib/sqlite3/
H A Dsqlite3.h1356 ** The xMalloc, xRealloc, and xFree methods must work like the
1362 ** previously obtained from xMalloc or xRealloc. The allocated size
1396 void *(*xMalloc)(int); /* Memory allocation function */ member in struct:sqlite3_mem_methods
H A Dsqlite3.c1927 ** The xMalloc, xRealloc, and xFree methods must work like the
1933 ** previously obtained from xMalloc or xRealloc. The allocated size
1967 void *(*xMalloc)(int); /* Memory allocation function */ member in struct:sqlite3_mem_methods
15487 ** malloc failures (when the xMalloc() or xRealloc() method of the
15776 ** Report the allocated size of a prior return from xMalloc()
15797 ** redirected to xMalloc. Similarly, we know that nByte>0 becauses
16285 if( p && sqlite3GlobalConfig.m.xMalloc==sqlite3MemMalloc ){
16304 if( p && sqlite3GlobalConfig.m.xMalloc==sqlite3MemMalloc ){
16326 if( p && sqlite3GlobalConfig.m.xMalloc==sqlite3MemMalloc ){
16452 ** are made and returned by the xMalloc() an
[all...]
/freebsd-10.2-release/crypto/heimdal/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 689 milliseconds