Lines Matching refs:sqlite3_malloc64
3924 SQLITE_API void *sqlite3_malloc64(sqlite3_uint64);
27569 SQLITE_API void *sqlite3_malloc64(sqlite3_uint64 n){
29203 sqlite3_str *p = sqlite3_malloc64(sizeof(*p));
29428 p = sqlite3_malloc64( sizeof(*p) );
34423 pNew = sqlite3_malloc64( sizeof(*pNew) + (n+1) );
34874 pInode = sqlite3_malloc64( sizeof(*pInode) );
37437 char *zTFile = sqlite3_malloc64( pFile->pVfs->mxPathname );
37980 p = sqlite3_malloc64( sizeof(*p) );
38012 pShmNode = sqlite3_malloc64( sizeof(*pShmNode) + nShmFilename );
38222 pMem = sqlite3_malloc64(nMap);
39068 pNew->lockingContext = pCtx = sqlite3_malloc64( sizeof(*pCtx) );
39098 zLockFile = (char *)sqlite3_malloc64(nFilename);
39490 pUnused = sqlite3_malloc64(sizeof(*pUnused));
40367 pUnused = sqlite3_malloc64(sizeof(*pUnused));
40400 pNew = (unixFile *)sqlite3_malloc64(sizeof(*pNew));
40878 *pConchPath = conchPath = (char *)sqlite3_malloc64(len + 8);
40994 pCtx = sqlite3_malloc64( sizeof(*pCtx) );
48238 pOut = sqlite3_malloc64( p->sz );
48259 pOut = sqlite3_malloc64( sz );
48713 pTmpSpace = sqlite3_malloc64(BITVEC_SZ);
60547 aFrame = (u8 *)sqlite3_malloc64(szFrame);
60952 p = (WalIterator *)sqlite3_malloc64(nByte);
60962 aTmp = (ht_slot *)sqlite3_malloc64(
61752 aFrame = (u8 *)sqlite3_malloc64(szFrame);
117780 zOut = z = sqlite3_malloc64( argc*4+1 );
123763 #define sqlite3_malloc64 sqlite3_api->malloc64
124237 sqlite3_malloc64,
124395 *pzErrMsg = zErrmsg = sqlite3_malloc64(nMsg);
124420 zAltEntry = sqlite3_malloc64(ncFile+30);
124441 *pzErrMsg = zErrmsg = sqlite3_malloc64(nMsg);
135733 z = sqlite3_malloc64( n );
135782 res.azResult = sqlite3_malloc64(sizeof(char*)*res.nAlloc );
163003 zFile = sqlite3_malloc64(nByte);
163178 zFile = sqlite3_malloc64(nUri+8);
164422 pResult = p = sqlite3_malloc64( nByte );
166883 zRet = sqlite3_malloc64(nRet);
167078 aIndex = sqlite3_malloc64(sizeof(struct Fts3Index) * nIndex);
167171 azCol = (const char **)sqlite3_malloc64(sizeof(char *) * nCol + nStr);
167253 aCol = (const char **)sqlite3_malloc64(nByte);
167256 azNotindexed = (char **)sqlite3_malloc64(nByte);
167451 p = (Fts3Table*)sqlite3_malloc64(nByte);
168670 aOut = sqlite3_malloc64((i64)n1+n2+FTS3_VARINT_MAX-1+FTS3_BUFFER_PADDING);
168742 aOut = sqlite3_malloc64((sqlite3_int64)*pnRight + FTS3_VARINT_MAX);
171154 aTC = (Fts3TokenAndCost *)sqlite3_malloc64(
171475 aTmp = sqlite3_malloc64(nTmp*2);
171816 pE->aMI = (u32 *)sqlite3_malloc64(pTab->nColumn * 3 * sizeof(u32));
172224 p = (Fts3auxTable *)sqlite3_malloc64(nByte);
172803 void *pRet = sqlite3_malloc64(nByte);
173472 apLeaf = (Fts3Expr **)sqlite3_malloc64(sizeof(Fts3Expr *) * nMaxDepth);
173892 azCol = (char **)sqlite3_malloc64(nCol*sizeof(char *));
174007 void *p = sqlite3_malloc64(n);
175904 *pazDequote = azDequote = sqlite3_malloc64(sizeof(char *)*argc + nByte);
176128 pCsr->zInput = sqlite3_malloc64(nByte+1);
177997 pReader = (Fts3SegReader *)sqlite3_malloc64(nByte);
179619 pBlob = sqlite3_malloc64( 10*(sqlite3_int64)p->nColumn );
179669 a = sqlite3_malloc64( (sizeof(u32)+10)*(sqlite3_int64)nStat );
179793 aSz = (u32 *)sqlite3_malloc64(nByte);
179864 pCsr->apSegment = (Fts3SegReader **)sqlite3_malloc64(nByte);
181899 aSzDel = sqlite3_malloc64(sizeof(aSzDel[0])*((sqlite3_int64)p->nColumn+1)*2);
182159 pRet = sqlite3_malloc64(nByte + nStr+1);
182205 aOut = (u32*)sqlite3_malloc64(p->nElem * sizeof(u32));
182565 sIter.aPhrase = (SnippetPhrase *)sqlite3_malloc64(nByte);
183170 aIter = sqlite3_malloc64(sizeof(LcsIterator) * pCsr->nPhrase);
183633 sCtx.aTerm = (TermOffset *)sqlite3_malloc64(sizeof(TermOffset)*nToken);
184792 zNew = sqlite3_malloc64(nTotal);
185567 aUp = pParse->aUp = sqlite3_malloc64( sizeof(u32)*pParse->nNode );
185629 p = sqlite3_malloc64( sizeof(*p) + nJson + 1 );
186968 p->zJson = sqlite3_malloc64( n+1 );
186990 p->zRoot = sqlite3_malloc64( n+1 );
187814 pNode = (RtreeNode *)sqlite3_malloc64(sizeof(RtreeNode) + pRtree->iNodeSize);
187909 pNode = (RtreeNode *)sqlite3_malloc64(sizeof(RtreeNode)+pRtree->iNodeSize);
188241 pCsr = (RtreeCursor *)sqlite3_malloc64(sizeof(RtreeCursor));
188962 sqlite3_malloc64( sizeof(*pInfo)+pSrc->iSize );
189036 pCsr->aConstraint = sqlite3_malloc64(sizeof(RtreeConstraint)*argc);
189619 aaSorted = (int **)sqlite3_malloc64(nByte);
189740 aCell = sqlite3_malloc64((sizeof(RtreeCell)+sizeof(int))*(nCell+1));
190031 aCell = (RtreeCell *)sqlite3_malloc64(n * (
190907 pRtree = (Rtree *)sqlite3_malloc64(sizeof(Rtree)+nDb+nName+2);
191187 pRet = sqlite3_malloc64(nNode);
191811 pOut = sqlite3_malloc64( GEOPOLY_SZ((sqlite3_int64)s.nVertex) );
191856 p = sqlite3_malloc64( sizeof(*p) + (nVertex-1)*2*sizeof(GeoCoord) );
192134 p = sqlite3_malloc64( sizeof(*p) + (n-1)*2*sizeof(GeoCoord) );
192607 p = sqlite3_malloc64( nByte );
192777 pRtree = (Rtree *)sqlite3_malloc64(sizeof(Rtree)+nDb+nName+2);
193437 pBlob = (RtreeMatchArg *)sqlite3_malloc64(nBlob);
194149 p = (IcuTokenizer *)sqlite3_malloc64(sizeof(IcuTokenizer)+n);
194206 pCsr = (IcuCursor *)sqlite3_malloc64(
196022 pRet = sqlite3_malloc64(nByte);
196069 zRet = (char*)sqlite3_malloc64(nCopy);
198107 zWideFilename = sqlite3_malloc64( nChar*sizeof(zWideFilename[0]) );
198915 p = (sqlite3rbu*)sqlite3_malloc64(nByte);
199063 pRet = sqlite3_malloc64(sizeof(sqlite3rbu));
199850 char *pNew = (char*)sqlite3_malloc64(szRegion);
199965 zCopy = sqlite3_malloc64(nCopy+2);
200211 pNew = (rbu_vfs*)sqlite3_malloc64(nByte);
200440 pTab = (StatTable *)sqlite3_malloc64(sizeof(StatTable));
200550 pCsr = (StatCursor *)sqlite3_malloc64(sizeof(StatCursor));
200691 p->aCell = sqlite3_malloc64((p->nCell+1) * sizeof(StatCell));
200728 pCell->aOvfl = sqlite3_malloc64(sizeof(u32)*nOvfl);
201203 pTab = (DbpageTable *)sqlite3_malloc64(sizeof(DbpageTable));
201291 pCsr = (DbpageCursor *)sqlite3_malloc64(sizeof(DbpageCursor));
202449 apNew = (SessionChange **)sqlite3_malloc64(sizeof(SessionChange *) * nNew);
202558 pAlloc = sqlite3_malloc64(nByte);
202781 pChange = (SessionChange *)sqlite3_malloc64(nByte);
203227 pNew = (sqlite3_session *)sqlite3_malloc64(sizeof(sqlite3_session) + nDb + 1);
203346 pTab = (SessionTable *)sqlite3_malloc64(sizeof(SessionTable) + nName + 1);
204282 u8 *aCopy = sqlite3_malloc64((sqlite3_int64)nData+1);
204895 apVal = (sqlite3_value **)sqlite3_malloc64(sizeof(apVal[0])*nCol*2);
206168 pNew = (SessionChange *)sqlite3_malloc64(sizeof(SessionChange) + nRec);
206202 pNew = (SessionChange*)sqlite3_malloc64(nByte);
206269 pNew = (SessionChange *)sqlite3_malloc64(nByte);
206375 pTab = sqlite3_malloc64(sizeof(SessionTable) + nCol + nNew+1);
210495 p = (Fts5Bm25Data*)sqlite3_malloc64(nByte);
210891 pRet = sqlite3_malloc64(nByte);
211465 char *zOut = sqlite3_malloc64(nIn+1);
212213 static void *fts5ParseAlloc(u64 t){ return sqlite3_malloc64((sqlite3_int64)t);}
212395 Fts5PoslistReader *aNew = (Fts5PoslistReader*)sqlite3_malloc64(nByte);
212476 aIter = (Fts5PoslistReader*)sqlite3_malloc64(nByte);
213521 pRet = sqlite3_malloc64(nByte);
213597 pSyn = (Fts5ExprTerm*)sqlite3_malloc64(nByte);
214269 zQuoted = sqlite3_malloc64(nByte);
214509 azConfig = (const char**)sqlite3_malloc64(sizeof(char*) * nConfig);
214692 pRet = sqlite3_malloc64(sizeof(Fts5PoslistPopulator)*pExpr->nPhrase);
214991 pNew->aSlot = (Fts5HashEntry**)sqlite3_malloc64(nByte);
215059 apNew = (Fts5HashEntry**)sqlite3_malloc64(nNew*sizeof(Fts5HashEntry*));
215175 p = (Fts5HashEntry*)sqlite3_malloc64(nByte);
215343 ap = sqlite3_malloc64(sizeof(Fts5HashEntry*) * nMergeSlot);
215398 u8 *pRet = (u8*)(*ppOut = sqlite3_malloc64(nPre + nList + 10));
216123 pRet = (Fts5Data*)sqlite3_malloc64(nAlloc);
222760 pCsr = (Fts5Cursor*)sqlite3_malloc64(nByte);
223052 pSorter = (Fts5Sorter*)sqlite3_malloc64(nByte);
224652 pAux = (Fts5Auxiliary*)sqlite3_malloc64(nByte);
224690 pNew = (Fts5TokenizerModule*)sqlite3_malloc64(nByte);
225076 zBind = sqlite3_malloc64(1 + nCol*2);
225249 *pp = p = (Fts5Storage*)sqlite3_malloc64(nByte);
225260 char *zDefn = sqlite3_malloc64(32 + (sqlite3_int64)pConfig->nCol * 10);
225845 aTotalSize = (i64*)sqlite3_malloc64(pConfig->nCol*(sizeof(int)+sizeof(i64)));
226262 pFold = sqlite3_malloc64((sqlite3_int64)nByte*2);
226479 p->aFold = sqlite3_malloc64(p->nFold * sizeof(char));
226601 aFold = sqlite3_malloc64((sqlite3_int64)nFold*2);