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

/external/webkit/WebKitLibraries/WebCoreSQLite3/
H A Dsqlite3.h929 ** The xMalloc, xFree, and xRealloc methods must work like the
933 ** previously obtained from xMalloc or xRealloc. The allocated size
950 void *(*xMalloc)(int); /* Memory allocation function */ member in struct:sqlite3_mem_methods
/external/sqlite/dist/orig/
H A Dsqlite3.h1280 ** The xMalloc, xRealloc, and xFree methods must work like the
1286 ** previously obtained from xMalloc or xRealloc. The allocated size
1320 void *(*xMalloc)(int); /* Memory allocation function */ member in struct:sqlite3_mem_methods
H A Dsqlite3.c1830 ** The xMalloc, xRealloc, and xFree methods must work like the
1836 ** previously obtained from xMalloc or xRealloc. The allocated size
1870 void *(*xMalloc)(int); /* Memory allocation function */ member in struct:sqlite3_mem_methods
15041 ** malloc failures (when the xMalloc() or xRealloc() method of the
15330 ** Report the allocated size of a prior return from xMalloc()
15351 ** redirected to xMalloc. Similarly, we know that nByte>0 becauses
15839 if( p && sqlite3GlobalConfig.m.xMalloc==sqlite3MemMalloc ){
15858 if( p && sqlite3GlobalConfig.m.xMalloc==sqlite3MemMalloc ){
15880 if( p && sqlite3GlobalConfig.m.xMalloc==sqlite3MemMalloc ){
16006 ** are made and returned by the xMalloc() an
[all...]
/external/sqlite/dist/
H A Dsqlite3.h1280 ** The xMalloc, xRealloc, and xFree methods must work like the
1286 ** previously obtained from xMalloc or xRealloc. The allocated size
1320 void *(*xMalloc)(int); /* Memory allocation function */ member in struct:sqlite3_mem_methods
H A Dsqlite3.c1830 ** The xMalloc, xRealloc, and xFree methods must work like the
1836 ** previously obtained from xMalloc or xRealloc. The allocated size
1870 void *(*xMalloc)(int); /* Memory allocation function */ member in struct:sqlite3_mem_methods
15041 ** malloc failures (when the xMalloc() or xRealloc() method of the
15330 ** Report the allocated size of a prior return from xMalloc()
15351 ** redirected to xMalloc. Similarly, we know that nByte>0 becauses
15839 if( p && sqlite3GlobalConfig.m.xMalloc==sqlite3MemMalloc ){
15858 if( p && sqlite3GlobalConfig.m.xMalloc==sqlite3MemMalloc ){
15880 if( p && sqlite3GlobalConfig.m.xMalloc==sqlite3MemMalloc ){
16006 ** are made and returned by the xMalloc() an
[all...]

Completed in 666 milliseconds