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);27607 void *p = sqlite3_malloc(10); in sqlite3OsInit()29213 return sqlite3_malloc(nBytes); in memsys3Realloc()31763 SQLITE_API void *sqlite3_malloc(int n){ in sqlite3_malloc() function32516 z = sqlite3_malloc(n); in printfTempBuf()32979 bufpt = sqlite3_malloc(szBufNeeded); in sqlite3_str_vappendf()70765 void *pBuf1 = sqlite3_malloc(pWal->szPage);70766 void *pBuf2 = sqlite3_malloc(pWal->szPage);71414 aBuf = sqlite3_malloc(szPage + WAL_FRAME_HDRSIZE);71953 pRet = (WalIndexHdr*)sqlite3_malloc(sizeof(WalIndexHdr));[all …]
17933 pNew = (sqlite3_intck*)sqlite3_malloc(sizeof(*pNew) + nDb + 1); in sqlite3_intck_open()22985 aPg = (u8*)sqlite3_malloc(2*nMax); in recoverVfsDetectPagesize()23449 pRet = (sqlite3_recover*)sqlite3_malloc(nByte); in recoverInit()