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

/external/sqlite/dist/orig/
H A Dsqlite3.h1425 ** The xMalloc, xRealloc, and xFree methods must work like the
1431 ** previously obtained from xMalloc or xRealloc. The allocated size
1465 void *(*xMalloc)(int); /* Memory allocation function */ member in struct:sqlite3_mem_methods
H A Dsqlite3.c1632 ** The xMalloc, xRealloc, and xFree methods must work like the
1638 ** previously obtained from xMalloc or xRealloc. The allocated size
1672 void *(*xMalloc)(int); /* Memory allocation function */ member in struct:sqlite3_mem_methods
16876 ** malloc failures (when the xMalloc() or xRealloc() method of the
17181 ** Report the allocated size of a prior return from xMalloc()
17202 ** redirected to xMalloc. Similarly, we know that nByte>0 because
17690 if( p && sqlite3GlobalConfig.m.xMalloc==sqlite3MemMalloc ){
17709 if( p && sqlite3GlobalConfig.m.xMalloc==sqlite3MemMalloc ){
17731 if( p && sqlite3GlobalConfig.m.xMalloc==sqlite3MemMalloc ){
17857 ** are made and returned by the xMalloc() an
[all...]
/external/sqlite/dist/
H A Dsqlite3.h1425 ** The xMalloc, xRealloc, and xFree methods must work like the
1431 ** previously obtained from xMalloc or xRealloc. The allocated size
1465 void *(*xMalloc)(int); /* Memory allocation function */ member in struct:sqlite3_mem_methods
H A Dsqlite3.c1632 ** The xMalloc, xRealloc, and xFree methods must work like the
1638 ** previously obtained from xMalloc or xRealloc. The allocated size
1672 void *(*xMalloc)(int); /* Memory allocation function */ member in struct:sqlite3_mem_methods
16876 ** malloc failures (when the xMalloc() or xRealloc() method of the
17181 ** Report the allocated size of a prior return from xMalloc()
17202 ** redirected to xMalloc. Similarly, we know that nByte>0 because
17690 if( p && sqlite3GlobalConfig.m.xMalloc==sqlite3MemMalloc ){
17709 if( p && sqlite3GlobalConfig.m.xMalloc==sqlite3MemMalloc ){
17731 if( p && sqlite3GlobalConfig.m.xMalloc==sqlite3MemMalloc ){
17857 ** are made and returned by the xMalloc() an
[all...]

Completed in 569 milliseconds