Home
last modified time | relevance | path

Searched refs:sqlite3_malloc (Results 1 – 9 of 9) sorted by relevance

/external/sqlite/dist/orig/
Dsqlite3ext.h386 #define sqlite3_malloc sqlite3_api->malloc macro
Dsqlite3.c2897 SQLITE_API void *sqlite3_malloc(int);
20368 void *p = sqlite3_malloc(10); in sqlite3OsInit()
21971 return sqlite3_malloc(nBytes); in memsys3Realloc()
24481 SQLITE_API void *sqlite3_malloc(int n){
35906 zDel = sqlite3_malloc(nOut);
56814 void *pBuf1 = sqlite3_malloc(szPage);
56815 void *pBuf2 = sqlite3_malloc(szPage);
57400 aBuf = sqlite3_malloc(szPage + WAL_FRAME_HDRSIZE);
57886 pRet = (WalIndexHdr*)sqlite3_malloc(sizeof(WalIndexHdr));
76270 pNew = sqlite3_malloc( sizeof(*pNew) );
[all …]
Dsqlite3.h2620 SQLITE_API void *sqlite3_malloc(int);
Dshell.c5716 pSession->azFilter = sqlite3_malloc( nByte ); in do_meta_command()
/external/sqlite/dist/
Dsqlite3ext.h386 #define sqlite3_malloc sqlite3_api->malloc macro
Dsqlite3.c2897 SQLITE_API void *sqlite3_malloc(int);
20368 void *p = sqlite3_malloc(10); in sqlite3OsInit()
21971 return sqlite3_malloc(nBytes); in memsys3Realloc()
24481 SQLITE_API void *sqlite3_malloc(int n){
35906 zDel = sqlite3_malloc(nOut);
56814 void *pBuf1 = sqlite3_malloc(szPage);
56815 void *pBuf2 = sqlite3_malloc(szPage);
57400 aBuf = sqlite3_malloc(szPage + WAL_FRAME_HDRSIZE);
57886 pRet = (WalIndexHdr*)sqlite3_malloc(sizeof(WalIndexHdr));
76270 pNew = sqlite3_malloc( sizeof(*pNew) );
[all …]
Dsqlite3.h2620 SQLITE_API void *sqlite3_malloc(int);
Dshell.c5738 pSession->azFilter = sqlite3_malloc( nByte ); in do_meta_command()
/external/javasqlite/src/main/native/
Dsqlite_jni.c20 #define sqlite3_malloc malloc macro
3822 data = sqlite3_malloc(len); in Java_SQLite_Stmt_bind__I_3B()
3876 data = sqlite3_malloc(len); in Java_SQLite_Stmt_bind__ILjava_lang_String_2()