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

/freebsd-11-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-11-stable/contrib/sqlite3/
H A Dsqlite3.h1628 ** The xMalloc, xRealloc, and xFree methods must work like the
1634 ** previously obtained from xMalloc or xRealloc. The allocated size
1668 void *(*xMalloc)(int); /* Memory allocation function */ member in struct:sqlite3_mem_methods
H A Dshell.c532 defaultMalloc = mem.xMalloc;
533 mem.xMalloc = oomMalloc;
4336 return memtraceBase.xMalloc(n);
4385 if( memtraceBase.xMalloc==0 ){
4398 if( memtraceBase.xMalloc!=0 ){
H A Dsqlite3.c2691 ** The xMalloc, xRealloc, and xFree methods must work like the
2697 ** previously obtained from xMalloc or xRealloc. The allocated size
2731 void *(*xMalloc)(int); /* Memory allocation function */ member in struct:sqlite3_mem_methods
23700 ** malloc failures (when the xMalloc() or xRealloc() method of the
[all...]

Completed in 1103 milliseconds