Searched refs:sqlite3_malloc (Results 1 – 9 of 9) sorted by relevance
386 #define sqlite3_malloc sqlite3_api->malloc macro
2897 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 …]
2620 SQLITE_API void *sqlite3_malloc(int);
5716 pSession->azFilter = sqlite3_malloc( nByte ); in do_meta_command()
5738 pSession->azFilter = sqlite3_malloc( nByte ); in do_meta_command()
20 #define sqlite3_malloc malloc macro3822 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()