Lines Matching refs:sqlite3_malloc64
3272 SQLITE_API void *sqlite3_malloc64(sqlite3_uint64);
28389 SQLITE_API void *sqlite3_malloc64(sqlite3_uint64 n){
30053 sqlite3_str *p = sqlite3_malloc64(sizeof(*p));
30278 p = sqlite3_malloc64( sizeof(*p) );
35209 pNew = sqlite3_malloc64( sizeof(*pNew) + (n+1) );
35660 pInode = sqlite3_malloc64( sizeof(*pInode) );
38247 char *zTFile = sqlite3_malloc64( pFile->pVfs->mxPathname );
38834 p = sqlite3_malloc64( sizeof(*p) );
38866 pShmNode = sqlite3_malloc64( sizeof(*pShmNode) + nShmFilename );
39076 pMem = sqlite3_malloc64(nMap);
39955 pNew->lockingContext = pCtx = sqlite3_malloc64( sizeof(*pCtx) );
39985 zLockFile = (char *)sqlite3_malloc64(nFilename);
40392 pUnused = sqlite3_malloc64(sizeof(*pUnused));
41326 pUnused = sqlite3_malloc64(sizeof(*pUnused));
41359 pNew = (unixFile *)sqlite3_malloc64(sizeof(*pNew));
41837 *pConchPath = conchPath = (char *)sqlite3_malloc64(len + 8);
41953 pCtx = sqlite3_malloc64( sizeof(*pCtx) );
49267 pOut = sqlite3_malloc64( pStore->sz );
49288 pOut = sqlite3_malloc64( sz );
49754 pTmpSpace = sqlite3_malloc64(BITVEC_SZ);
61685 aFrame = (u8 *)sqlite3_malloc64(szFrame + WALINDEX_PGSZ);
62174 p = (WalIterator *)sqlite3_malloc64(nByte);
62184 aTmp = (ht_slot *)sqlite3_malloc64(
62981 aFrame = (u8 *)sqlite3_malloc64(szFrame);
121313 zOut = z = sqlite3_malloc64( argc*4+1 );
121957 pnsl = (int*)sqlite3_malloc64((pGCC->nAccum+1) * sizeof(int));
127895 #define sqlite3_malloc64 sqlite3_api->malloc64
128376 sqlite3_malloc64,
128562 zAltEntry = sqlite3_malloc64(ncFile+30);
128583 *pzErrMsg = zErrmsg = sqlite3_malloc64(nMsg);
128624 *pzErrMsg = zErrmsg = sqlite3_malloc64(nMsg);
140874 z = sqlite3_malloc64( n );
140923 res.azResult = sqlite3_malloc64(sizeof(char*)*res.nAlloc );
169514 zFile = sqlite3_malloc64(nByte);
169689 zFile = sqlite3_malloc64(nUri+8);
171021 pResult = p = sqlite3_malloc64( nByte );
173483 zRet = sqlite3_malloc64(nRet);
173678 aIndex = sqlite3_malloc64(sizeof(struct Fts3Index) * nIndex);
173771 azCol = (const char **)sqlite3_malloc64(sizeof(char *) * nCol + nStr);
173853 aCol = (const char **)sqlite3_malloc64(nByte);
173856 azNotindexed = (char **)sqlite3_malloc64(nByte);
174051 p = (Fts3Table*)sqlite3_malloc64(nByte);
175273 aOut = sqlite3_malloc64((i64)n1+n2+FTS3_VARINT_MAX-1+FTS3_BUFFER_PADDING);
175345 aOut = sqlite3_malloc64((sqlite3_int64)*pnRight + FTS3_VARINT_MAX);
177766 aTC = (Fts3TokenAndCost *)sqlite3_malloc64(
178089 aTmp = sqlite3_malloc64(nTmp*2);
178433 pE->aMI = (u32 *)sqlite3_malloc64(pTab->nColumn * 3 * sizeof(u32));
178845 p = (Fts3auxTable *)sqlite3_malloc64(nByte);
179429 void *pRet = sqlite3_malloc64(nByte);
180103 apLeaf = (Fts3Expr **)sqlite3_malloc64(sizeof(Fts3Expr *) * nMaxDepth);
180523 azCol = (char **)sqlite3_malloc64(nCol*sizeof(char *));
180638 void *p = sqlite3_malloc64(n);
182535 *pazDequote = azDequote = sqlite3_malloc64(sizeof(char *)*argc + nByte);
182760 pCsr->zInput = sqlite3_malloc64(nByte+1);
184639 pReader = (Fts3SegReader *)sqlite3_malloc64(nByte);
186271 pBlob = sqlite3_malloc64( 10*(sqlite3_int64)p->nColumn );
186321 a = sqlite3_malloc64( (sizeof(u32)+10)*(sqlite3_int64)nStat );
186445 aSz = (u32 *)sqlite3_malloc64(nByte);
186516 pCsr->apSegment = (Fts3SegReader **)sqlite3_malloc64(nByte);
188558 aSzDel = sqlite3_malloc64(sizeof(aSzDel[0])*((sqlite3_int64)p->nColumn+1)*2);
188867 aOut = (u32*)sqlite3_malloc64(p->nElem * sizeof(u32));
191487 zNew = sqlite3_malloc64(nTotal);
192280 aUp = pParse->aUp = sqlite3_malloc64( sizeof(u32)*pParse->nNode );
192342 p = sqlite3_malloc64( sizeof(*p) + nJson + 1 );
193724 p->zJson = sqlite3_malloc64( n+1 );
193746 p->zRoot = sqlite3_malloc64( n+1 );
194614 pNode = (RtreeNode *)sqlite3_malloc64(sizeof(RtreeNode) + pRtree->iNodeSize);
194690 pNode = (RtreeNode *)sqlite3_malloc64(sizeof(RtreeNode)+pRtree->iNodeSize);
195022 pCsr = (RtreeCursor *)sqlite3_malloc64(sizeof(RtreeCursor));
195754 sqlite3_malloc64( sizeof(*pInfo)+pSrc->iSize );
195828 pCsr->aConstraint = sqlite3_malloc64(sizeof(RtreeConstraint)*argc);
196421 aaSorted = (int **)sqlite3_malloc64(nByte);
196547 aCell = sqlite3_malloc64((sizeof(RtreeCell)+sizeof(int))*(nCell+1));
196840 aCell = (RtreeCell *)sqlite3_malloc64(n * (
197709 pRtree = (Rtree *)sqlite3_malloc64(sizeof(Rtree)+nDb+nName+2);
197995 pRet = sqlite3_malloc64(nNode);
198621 pOut = sqlite3_malloc64( GEOPOLY_SZ((sqlite3_int64)s.nVertex) );
198671 p = sqlite3_malloc64( sizeof(*p) + (nVertex-1)*2*sizeof(GeoCoord) );
198949 p = sqlite3_malloc64( sizeof(*p) + (n-1)*2*sizeof(GeoCoord) );
199424 p = sqlite3_malloc64( nByte );
199594 pRtree = (Rtree *)sqlite3_malloc64(sizeof(Rtree)+nDb+nName+2);
200256 pBlob = (RtreeMatchArg *)sqlite3_malloc64(nBlob);
200971 p = (IcuTokenizer *)sqlite3_malloc64(sizeof(IcuTokenizer)+n);
201028 pCsr = (IcuCursor *)sqlite3_malloc64(
202851 pRet = sqlite3_malloc64(nByte);
202898 zRet = (char*)sqlite3_malloc64(nCopy);
204962 zWideFilename = sqlite3_malloc64( nChar*sizeof(zWideFilename[0]) );
205784 p = (sqlite3rbu*)sqlite3_malloc64(nByte);
205940 pRet = sqlite3_malloc64(sizeof(sqlite3rbu));
206728 char *pNew = (char*)sqlite3_malloc64(szRegion);
207075 pNew = (rbu_vfs*)sqlite3_malloc64(nByte);
207312 pTab = (StatTable *)sqlite3_malloc64(sizeof(StatTable));
207422 pCsr = (StatCursor *)sqlite3_malloc64(sizeof(StatCursor));
207570 p->aCell = sqlite3_malloc64((p->nCell+1) * sizeof(StatCell));
207607 pCell->aOvfl = sqlite3_malloc64(sizeof(u32)*nOvfl);
208114 pTab = (DbpageTable *)sqlite3_malloc64(sizeof(DbpageTable));
208202 pCsr = (DbpageCursor *)sqlite3_malloc64(sizeof(DbpageCursor));
208898 void *pRet = sqlite3_malloc64(nByte);
210298 pNew = (sqlite3_session *)sqlite3_malloc64(sizeof(sqlite3_session) + nDb + 1);
211428 u8 *aCopy = sqlite3_malloc64((sqlite3_int64)nData+1);
212077 apVal = (sqlite3_value **)sqlite3_malloc64(sizeof(apVal[0])*nCol*2);
213413 pNew = (SessionChange *)sqlite3_malloc64(sizeof(SessionChange) + nRec);
213447 pNew = (SessionChange*)sqlite3_malloc64(nByte);
213514 pNew = (SessionChange *)sqlite3_malloc64(nByte);
213620 pTab = sqlite3_malloc64(sizeof(SessionTable) + nCol + nNew+1);
217780 p = (Fts5Bm25Data*)sqlite3_malloc64(nByte);
218179 pRet = sqlite3_malloc64(nByte);
218751 char *zOut = sqlite3_malloc64(nIn+1);
219506 static void *fts5ParseAlloc(u64 t){ return sqlite3_malloc64((sqlite3_int64)t);}
219594 char *zExpr = (char*)sqlite3_malloc64(nText*4 + 1);
219767 Fts5PoslistReader *aNew = (Fts5PoslistReader*)sqlite3_malloc64(nByte);
219848 aIter = (Fts5PoslistReader*)sqlite3_malloc64(nByte);
220893 pRet = sqlite3_malloc64(nByte);
220969 pSyn = (Fts5ExprTerm*)sqlite3_malloc64(nByte);
221713 zQuoted = sqlite3_malloc64(nByte);
221962 azConfig = (const char**)sqlite3_malloc64(sizeof(char*) * nConfig);
222160 pRet = sqlite3_malloc64(sizeof(Fts5PoslistPopulator)*pExpr->nPhrase);
222459 pNew->aSlot = (Fts5HashEntry**)sqlite3_malloc64(nByte);
222527 apNew = (Fts5HashEntry**)sqlite3_malloc64(nNew*sizeof(Fts5HashEntry*));
222643 p = (Fts5HashEntry*)sqlite3_malloc64(nByte);
222811 ap = sqlite3_malloc64(sizeof(Fts5HashEntry*) * nMergeSlot);
222866 u8 *pRet = (u8*)(*ppOut = sqlite3_malloc64(nPre + nList + 10));
223594 pRet = (Fts5Data*)sqlite3_malloc64(nAlloc);
230443 pCsr = (Fts5Cursor*)sqlite3_malloc64(nByte);
230735 pSorter = (Fts5Sorter*)sqlite3_malloc64(nByte);
232356 pAux = (Fts5Auxiliary*)sqlite3_malloc64(nByte);
232394 pNew = (Fts5TokenizerModule*)sqlite3_malloc64(nByte);
232785 zBind = sqlite3_malloc64(1 + nCol*2);
232958 *pp = p = (Fts5Storage*)sqlite3_malloc64(nByte);
232969 char *zDefn = sqlite3_malloc64(32 + (sqlite3_int64)pConfig->nCol * 10);
233566 aTotalSize = (i64*)sqlite3_malloc64(pConfig->nCol*(sizeof(int)+sizeof(i64)));
233991 pFold = sqlite3_malloc64((sqlite3_int64)nByte*2);
234208 p->aFold = sqlite3_malloc64(p->nFold * sizeof(char));
234330 aFold = sqlite3_malloc64((sqlite3_int64)nFold*2);