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

/external/sqlite/dist/orig/
H A Dsqlite3.h1539 ** The xMalloc, xRealloc, and xFree methods must work like the
1545 ** previously obtained from xMalloc or xRealloc. The allocated size
1579 void *(*xMalloc)(int); /* Memory allocation function */ member in struct:sqlite3_mem_methods
H A Dsqlite3.c1816 ** The xMalloc, xRealloc, and xFree methods must work like the
1822 ** previously obtained from xMalloc or xRealloc. The allocated size
1856 void *(*xMalloc)(int); /* Memory allocation function */ member in struct:sqlite3_mem_methods
20570 ** malloc failures (when the xMalloc() or xRealloc() method of the
20882 ** Report the allocated size of a prior return from xMalloc()
20904 ** redirected to xMalloc. Similarly, we know that nByte>0 because
21384 if( p && sqlite3GlobalConfig.m.xMalloc==sqlite3MemMalloc ){
21403 if( p && sqlite3GlobalConfig.m.xMalloc==sqlite3MemMalloc ){
21425 if( p && sqlite3GlobalConfig.m.xMalloc==sqlite3MemMalloc ){
21551 ** are made and returned by the xMalloc() an
[all...]
/external/sqlite/dist/
H A Dsqlite3.h1539 ** The xMalloc, xRealloc, and xFree methods must work like the
1545 ** previously obtained from xMalloc or xRealloc. The allocated size
1579 void *(*xMalloc)(int); /* Memory allocation function */ member in struct:sqlite3_mem_methods
H A Dsqlite3.c1816 ** The xMalloc, xRealloc, and xFree methods must work like the
1822 ** previously obtained from xMalloc or xRealloc. The allocated size
1856 void *(*xMalloc)(int); /* Memory allocation function */ member in struct:sqlite3_mem_methods
20570 ** malloc failures (when the xMalloc() or xRealloc() method of the
20882 ** Report the allocated size of a prior return from xMalloc()
20904 ** redirected to xMalloc. Similarly, we know that nByte>0 because
21384 if( p && sqlite3GlobalConfig.m.xMalloc==sqlite3MemMalloc ){
21403 if( p && sqlite3GlobalConfig.m.xMalloc==sqlite3MemMalloc ){
21425 if( p && sqlite3GlobalConfig.m.xMalloc==sqlite3MemMalloc ){
21551 ** are made and returned by the xMalloc() an
[all...]

Completed in 514 milliseconds