Searched refs:sqlite3_malloc (Results 1 – 4 of 4) sorted by relevance
478 #define sqlite3_malloc sqlite3_api->malloc macro
3318 SQLITE_API void *sqlite3_malloc(int);
3639 SQLITE_API void *sqlite3_malloc(int);27637 void *p = sqlite3_malloc(10); in sqlite3OsInit()29243 return sqlite3_malloc(nBytes); in memsys3Realloc()31793 SQLITE_API void *sqlite3_malloc(int n){ in sqlite3_malloc() function32546 z = sqlite3_malloc(n); in printfTempBuf()33009 bufpt = sqlite3_malloc(szBufNeeded); in sqlite3_str_vappendf()70866 void *pBuf1 = sqlite3_malloc(pWal->szPage);70867 void *pBuf2 = sqlite3_malloc(pWal->szPage);71515 aBuf = sqlite3_malloc(szPage + WAL_FRAME_HDRSIZE);72054 pRet = (WalIndexHdr*)sqlite3_malloc(sizeof(WalIndexHdr));[all …]
17971 pNew = (sqlite3_intck*)sqlite3_malloc(sizeof(*pNew) + nDb + 1); in sqlite3_intck_open()23023 aPg = (u8*)sqlite3_malloc(2*nMax); in recoverVfsDetectPagesize()23487 pRet = (sqlite3_recover*)sqlite3_malloc(nByte); in recoverInit()