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

/freebsd-10-stable/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...]
/freebsd-10-stable/contrib/sqlite3/
H A Dsqlite3.h1475 ** The xMalloc, xRealloc, and xFree methods must work like the
1481 ** previously obtained from xMalloc or xRealloc. The allocated size
1515 void *(*xMalloc)(int); /* Memory allocation function */ member in struct:sqlite3_mem_methods
H A Dsqlite3.c1735 ** The xMalloc, xRealloc, and xFree methods must work like the
1741 ** previously obtained from xMalloc or xRealloc. The allocated size
1775 void *(*xMalloc)(int); /* Memory allocation function */ member in struct:sqlite3_mem_methods
20122 ** malloc failures (when the xMalloc() or xRealloc() method of the
20430 ** Report the allocated size of a prior return from xMalloc()
20452 ** redirected to xMalloc. Similarly, we know that nByte>0 because
20941 if( p && sqlite3GlobalConfig.m.xMalloc==sqlite3MemMalloc ){
20960 if( p && sqlite3GlobalConfig.m.xMalloc==sqlite3MemMalloc ){
20982 if( p && sqlite3GlobalConfig.m.xMalloc==sqlite3MemMalloc ){
21108 ** are made and returned by the xMalloc() an
[all...]

Completed in 787 milliseconds