Searched defs:xMalloc (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/sqlite/src/ext/fts1/
H A Dft_hash.h37 void *(*xMalloc)(int); /* malloc() function to use */ member in struct:Hash
H A Dfts1_hash.h37 void *(*xMalloc)(int); /* malloc() function to use */ member in struct:fts1Hash
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.h1171 ** The xMalloc and xFree methods must work like the
1183 ** previously obtained from xMalloc or xRealloc. The allocated size
1217 void *(*xMalloc)(int); /* Memory allocation function */ member in struct:sqlite3_mem_methods
H A Dsqlite3.c1714 ** The xMalloc and xFree methods must work like the
1726 ** previously obtained from xMalloc or xRealloc. The allocated size
1760 void *(*xMalloc)(int); /* Memory allocation function */ member in struct:sqlite3_mem_methods
14292 ** malloc failures (when the xMalloc() or xRealloc() method of the
14495 ** Report the allocated size of a prior return from xMalloc()
14512 ** redirected to xMalloc. Similarly, we know that nByte>0 becauses
14960 if( p && sqlite3GlobalConfig.m.xMalloc==sqlite3MemMalloc ){
14979 if( p && sqlite3GlobalConfig.m.xMalloc==sqlite3MemMalloc ){
15001 if( p && sqlite3GlobalConfig.m.xMalloc==sqlite3MemMalloc ){
15127 ** are made and returned by the xMalloc() an
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.h1399 ** The xMalloc, xRealloc, and xFree methods must work like the
1405 ** previously obtained from xMalloc or xRealloc. The allocated size
1439 void *(*xMalloc)(int); /* Memory allocation function */ member in struct:sqlite3_mem_methods
H A Dsqlite3.c1514 ** The xMalloc, xRealloc, and xFree methods must work like the
1520 ** previously obtained from xMalloc or xRealloc. The allocated size
1554 void *(*xMalloc)(int); /* Memory allocation function */ member in struct:sqlite3_mem_methods
16140 ** malloc failures (when the xMalloc() or xRealloc() method of the
16445 ** Report the allocated size of a prior return from xMalloc()
16466 ** redirected to xMalloc. Similarly, we know that nByte>0 becauses
16954 if( p && sqlite3GlobalConfig.m.xMalloc==sqlite3MemMalloc ){
16973 if( p && sqlite3GlobalConfig.m.xMalloc==sqlite3MemMalloc ){
16995 if( p && sqlite3GlobalConfig.m.xMalloc==sqlite3MemMalloc ){
17121 ** are made and returned by the xMalloc() an
[all...]
/external/sqlite/dist/
H A Dsqlite3.h1399 ** The xMalloc, xRealloc, and xFree methods must work like the
1405 ** previously obtained from xMalloc or xRealloc. The allocated size
1439 void *(*xMalloc)(int); /* Memory allocation function */ member in struct:sqlite3_mem_methods
H A Dsqlite3.c1514 ** The xMalloc, xRealloc, and xFree methods must work like the
1520 ** previously obtained from xMalloc or xRealloc. The allocated size
1554 void *(*xMalloc)(int); /* Memory allocation function */ member in struct:sqlite3_mem_methods
16140 ** malloc failures (when the xMalloc() or xRealloc() method of the
16445 ** Report the allocated size of a prior return from xMalloc()
16466 ** redirected to xMalloc. Similarly, we know that nByte>0 becauses
16954 if( p && sqlite3GlobalConfig.m.xMalloc==sqlite3MemMalloc ){
16973 if( p && sqlite3GlobalConfig.m.xMalloc==sqlite3MemMalloc ){
16995 if( p && sqlite3GlobalConfig.m.xMalloc==sqlite3MemMalloc ){
17121 ** are made and returned by the xMalloc() an
[all...]

Completed in 612 milliseconds