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

/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.h1245 ** The xMalloc, xRealloc, and xFree methods must work like the
1251 ** previously obtained from xMalloc or xRealloc. The allocated size
1285 void *(*xMalloc)(int); /* Memory allocation function */ member in struct:sqlite3_mem_methods
H A Dsqlite3.c1795 ** The xMalloc, xRealloc, and xFree methods must work like the
1801 ** previously obtained from xMalloc or xRealloc. The allocated size
1835 void *(*xMalloc)(int); /* Memory allocation function */ member in struct:sqlite3_mem_methods
15009 ** malloc failures (when the xMalloc() or xRealloc() method of the
15266 ** Report the allocated size of a prior return from xMalloc()
15287 ** redirected to xMalloc. Similarly, we know that nByte>0 becauses
15775 if( p && sqlite3GlobalConfig.m.xMalloc==sqlite3MemMalloc ){
15794 if( p && sqlite3GlobalConfig.m.xMalloc==sqlite3MemMalloc ){
15816 if( p && sqlite3GlobalConfig.m.xMalloc==sqlite3MemMalloc ){
15942 ** are made and returned by the xMalloc() an
[all...]

Completed in 490 milliseconds