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

/external/sqlite/dist/orig/
H A Dsqlite3.h1492 ** The xMalloc, xRealloc, and xFree methods must work like the
1498 ** previously obtained from xMalloc or xRealloc. The allocated size
1532 void *(*xMalloc)(int); /* Memory allocation function */ member in struct:sqlite3_mem_methods
H A Dsqlite3.c1769 ** The xMalloc, xRealloc, and xFree methods must work like the
1775 ** previously obtained from xMalloc or xRealloc. The allocated size
1809 void *(*xMalloc)(int); /* Memory allocation function */ member in struct:sqlite3_mem_methods
20483 ** malloc failures (when the xMalloc() or xRealloc() method of the
20795 ** Report the allocated size of a prior return from xMalloc()
20817 ** redirected to xMalloc. Similarly, we know that nByte>0 because
21297 if( p && sqlite3GlobalConfig.m.xMalloc==sqlite3MemMalloc ){
21316 if( p && sqlite3GlobalConfig.m.xMalloc==sqlite3MemMalloc ){
21338 if( p && sqlite3GlobalConfig.m.xMalloc==sqlite3MemMalloc ){
21464 ** are made and returned by the xMalloc() an
[all...]
/external/sqlite/dist/
H A Dsqlite3.h1492 ** The xMalloc, xRealloc, and xFree methods must work like the
1498 ** previously obtained from xMalloc or xRealloc. The allocated size
1532 void *(*xMalloc)(int); /* Memory allocation function */ member in struct:sqlite3_mem_methods
H A Dsqlite3.c1769 ** The xMalloc, xRealloc, and xFree methods must work like the
1775 ** previously obtained from xMalloc or xRealloc. The allocated size
1809 void *(*xMalloc)(int); /* Memory allocation function */ member in struct:sqlite3_mem_methods
20483 ** malloc failures (when the xMalloc() or xRealloc() method of the
20795 ** Report the allocated size of a prior return from xMalloc()
20817 ** redirected to xMalloc. Similarly, we know that nByte>0 because
21297 if( p && sqlite3GlobalConfig.m.xMalloc==sqlite3MemMalloc ){
21316 if( p && sqlite3GlobalConfig.m.xMalloc==sqlite3MemMalloc ){
21338 if( p && sqlite3GlobalConfig.m.xMalloc==sqlite3MemMalloc ){
21464 ** are made and returned by the xMalloc() an
[all...]

Completed in 689 milliseconds