Lines Matching refs:sqlite3_malloc64

3822 SQLITE_API void *sqlite3_malloc64(sqlite3_uint64);
26771 SQLITE_API void *sqlite3_malloc64(sqlite3_uint64 n){
28320 sqlite3_str *p = sqlite3_malloc64(sizeof(*p));
28545 p = sqlite3_malloc64( sizeof(*p) );
33465 pNew = sqlite3_malloc64( sizeof(*pNew) + (n+1) );
33916 pInode = sqlite3_malloc64( sizeof(*pInode) );
36478 char *zTFile = sqlite3_malloc64( pFile->pVfs->mxPathname );
37012 p = sqlite3_malloc64( sizeof(*p) );
37044 pShmNode = sqlite3_malloc64( sizeof(*pShmNode) + nShmFilename );
37252 pMem = sqlite3_malloc64(nMap);
38079 pNew->lockingContext = pCtx = sqlite3_malloc64( sizeof(*pCtx) );
38109 zLockFile = (char *)sqlite3_malloc64(nFilename);
38500 pUnused = sqlite3_malloc64(sizeof(*pUnused));
39365 pUnused = sqlite3_malloc64(sizeof(*pUnused));
39398 pNew = (unixFile *)sqlite3_malloc64(sizeof(*pNew));
39876 *pConchPath = conchPath = (char *)sqlite3_malloc64(len + 8);
39992 pCtx = sqlite3_malloc64( sizeof(*pCtx) );
47219 pOut = sqlite3_malloc64( p->sz );
47240 pOut = sqlite3_malloc64( sz );
47693 pTmpSpace = sqlite3_malloc64(BITVEC_SZ);
59545 aFrame = (u8 *)sqlite3_malloc64(szFrame);
59950 p = (WalIterator *)sqlite3_malloc64(nByte);
59960 aTmp = (ht_slot *)sqlite3_malloc64(
60656 aFrame = (u8 *)sqlite3_malloc64(szFrame);
114096 zOut = z = sqlite3_malloc64( argc*4+1 );
119627 #define sqlite3_malloc64 sqlite3_api->malloc64
120089 sqlite3_malloc64,
120223 *pzErrMsg = zErrmsg = sqlite3_malloc64(nMsg);
120248 zAltEntry = sqlite3_malloc64(ncFile+30);
120269 *pzErrMsg = zErrmsg = sqlite3_malloc64(nMsg);
131334 z = sqlite3_malloc64( n );
131383 res.azResult = sqlite3_malloc64(sizeof(char*)*res.nAlloc );
157364 zFile = sqlite3_malloc64(nByte);
157537 zFile = sqlite3_malloc64(nUri+2);
161073 zRet = sqlite3_malloc64(nRet);
161254 aIndex = sqlite3_malloc64(sizeof(struct Fts3Index) * nIndex);
161347 azCol = (const char **)sqlite3_malloc64(sizeof(char *) * nCol + nStr);
161429 aCol = (const char **)sqlite3_malloc64(nByte);
161432 azNotindexed = (char **)sqlite3_malloc64(nByte);
161627 p = (Fts3Table*)sqlite3_malloc64(nByte);
162814 aOut = sqlite3_malloc64((i64)n1+n2+FTS3_VARINT_MAX-1+FTS3_BUFFER_PADDING);
162884 aOut = sqlite3_malloc64((sqlite3_int64)*pnRight + FTS3_VARINT_MAX);
165295 aTC = (Fts3TokenAndCost *)sqlite3_malloc64(
165615 aTmp = sqlite3_malloc64(nTmp*2);
165956 pE->aMI = (u32 *)sqlite3_malloc64(pTab->nColumn * 3 * sizeof(u32));
166364 p = (Fts3auxTable *)sqlite3_malloc64(nByte);
166943 void *pRet = sqlite3_malloc64(nByte);
167615 apLeaf = (Fts3Expr **)sqlite3_malloc64(sizeof(Fts3Expr *) * nMaxDepth);
168035 azCol = (char **)sqlite3_malloc64(nCol*sizeof(char *));
168150 void *p = sqlite3_malloc64(n);
170045 *pazDequote = azDequote = sqlite3_malloc64(sizeof(char *)*argc + nByte);
170269 pCsr->zInput = sqlite3_malloc64(nByte+1);
172135 pReader = (Fts3SegReader *)sqlite3_malloc64(nByte);
173749 pBlob = sqlite3_malloc64( 10*(sqlite3_int64)p->nColumn );
173799 a = sqlite3_malloc64( (sizeof(u32)+10)*(sqlite3_int64)nStat );
173921 aSz = (u32 *)sqlite3_malloc64(nByte);
173992 pCsr->apSegment = (Fts3SegReader **)sqlite3_malloc64(nByte);
175972 aSzDel = sqlite3_malloc64(sizeof(aSzDel[0])*((sqlite3_int64)p->nColumn+1)*2);
176232 pRet = sqlite3_malloc64(nByte + nStr+1);
176278 aOut = (u32*)sqlite3_malloc64(p->nElem * sizeof(u32));
176638 sIter.aPhrase = (SnippetPhrase *)sqlite3_malloc64(nByte);
177231 aIter = sqlite3_malloc64(sizeof(LcsIterator) * pCsr->nPhrase);
177684 sCtx.aTerm = (TermOffset *)sqlite3_malloc64(sizeof(TermOffset)*nToken);
178843 zNew = sqlite3_malloc64(nTotal);
179577 aUp = pParse->aUp = sqlite3_malloc64( sizeof(u32)*pParse->nNode );
179639 p = sqlite3_malloc64( sizeof(*p) + nJson + 1 );
180937 p->zJson = sqlite3_malloc64( n+1 );
180959 p->zRoot = sqlite3_malloc64( n+1 );
181767 pNode = (RtreeNode *)sqlite3_malloc64(sizeof(RtreeNode) + pRtree->iNodeSize);
181860 pNode = (RtreeNode *)sqlite3_malloc64(sizeof(RtreeNode)+pRtree->iNodeSize);
182192 pCsr = (RtreeCursor *)sqlite3_malloc64(sizeof(RtreeCursor));
182889 sqlite3_malloc64( sizeof(*pInfo)+pSrc->iSize );
182961 pCsr->aConstraint = sqlite3_malloc64(sizeof(RtreeConstraint)*argc);
183534 aaSorted = (int **)sqlite3_malloc64(nByte);
183655 aCell = sqlite3_malloc64((sizeof(RtreeCell)+sizeof(int))*(nCell+1));
183946 aCell = (RtreeCell *)sqlite3_malloc64(n * (
184814 pRtree = (Rtree *)sqlite3_malloc64(sizeof(Rtree)+nDb+nName+2);
185090 pRet = sqlite3_malloc64(nNode);
185714 pOut = sqlite3_malloc64( GEOPOLY_SZ((sqlite3_int64)s.nVertex) );
185759 p = sqlite3_malloc64( sizeof(*p) + (nVertex-1)*2*sizeof(GeoCoord) );
186037 p = sqlite3_malloc64( sizeof(*p) + (n-1)*2*sizeof(GeoCoord) );
186510 p = sqlite3_malloc64( nByte );
186680 pRtree = (Rtree *)sqlite3_malloc64(sizeof(Rtree)+nDb+nName+2);
187340 pBlob = (RtreeMatchArg *)sqlite3_malloc64(nBlob);
188051 p = (IcuTokenizer *)sqlite3_malloc64(sizeof(IcuTokenizer)+n);
188108 pCsr = (IcuCursor *)sqlite3_malloc64(
189909 pRet = sqlite3_malloc64(nByte);
189956 zRet = (char*)sqlite3_malloc64(nCopy);
191695 zWideFilename = sqlite3_malloc64( nChar*sizeof(zWideFilename[0]) );
192502 p = (sqlite3rbu*)sqlite3_malloc64(nByte);
192650 pRet = sqlite3_malloc64(sizeof(sqlite3rbu));
193438 char *pNew = (char*)sqlite3_malloc64(szRegion);
193580 zCopy = sqlite3_malloc64(nCopy+2);
193825 pNew = (rbu_vfs*)sqlite3_malloc64(nByte);
194045 pTab = (StatTable *)sqlite3_malloc64(sizeof(StatTable));
194123 pCsr = (StatCursor *)sqlite3_malloc64(sizeof(StatCursor));
194247 p->aCell = sqlite3_malloc64((p->nCell+1) * sizeof(StatCell));
194282 pCell->aOvfl = sqlite3_malloc64(sizeof(u32)*nOvfl);
194693 pTab = (DbpageTable *)sqlite3_malloc64(sizeof(DbpageTable));
194781 pCsr = (DbpageCursor *)sqlite3_malloc64(sizeof(DbpageCursor));
195939 apNew = (SessionChange **)sqlite3_malloc64(sizeof(SessionChange *) * nNew);
196048 pAlloc = sqlite3_malloc64(nByte);
196271 pChange = (SessionChange *)sqlite3_malloc64(nByte);
196715 pNew = (sqlite3_session *)sqlite3_malloc64(sizeof(sqlite3_session) + nDb + 1);
196834 pTab = (SessionTable *)sqlite3_malloc64(sizeof(SessionTable) + nName + 1);
197770 u8 *aCopy = sqlite3_malloc64((sqlite3_int64)nData+1);
198383 apVal = (sqlite3_value **)sqlite3_malloc64(sizeof(apVal[0])*nCol*2);
199656 pNew = (SessionChange *)sqlite3_malloc64(sizeof(SessionChange) + nRec);
199690 pNew = (SessionChange*)sqlite3_malloc64(nByte);
199757 pNew = (SessionChange *)sqlite3_malloc64(nByte);
199863 pTab = sqlite3_malloc64(sizeof(SessionTable) + nCol + nNew+1);
203972 p = (Fts5Bm25Data*)sqlite3_malloc64(nByte);
204359 pRet = sqlite3_malloc64(nByte);
204933 char *zOut = sqlite3_malloc64(nIn+1);
205680 static void *fts5ParseAlloc(u64 t){ return sqlite3_malloc64((sqlite3_int64)t);}
205826 Fts5PoslistReader *aNew = (Fts5PoslistReader*)sqlite3_malloc64(nByte);
205907 aIter = (Fts5PoslistReader*)sqlite3_malloc64(nByte);
206952 pRet = sqlite3_malloc64(nByte);
207028 pSyn = (Fts5ExprTerm*)sqlite3_malloc64(nByte);
207700 zQuoted = sqlite3_malloc64(nByte);
207940 azConfig = (const char**)sqlite3_malloc64(sizeof(char*) * nConfig);
208121 pRet = sqlite3_malloc64(sizeof(Fts5PoslistPopulator)*pExpr->nPhrase);
208420 pNew->aSlot = (Fts5HashEntry**)sqlite3_malloc64(nByte);
208488 apNew = (Fts5HashEntry**)sqlite3_malloc64(nNew*sizeof(Fts5HashEntry*));
208604 p = (Fts5HashEntry*)sqlite3_malloc64(nByte);
208772 ap = sqlite3_malloc64(sizeof(Fts5HashEntry*) * nMergeSlot);
208827 u8 *pRet = (u8*)(*ppOut = sqlite3_malloc64(nPre + nList + 10));
209557 pRet = (Fts5Data*)sqlite3_malloc64(nAlloc);
216088 pCsr = (Fts5Cursor*)sqlite3_malloc64(nByte);
216370 pSorter = (Fts5Sorter*)sqlite3_malloc64(nByte);
217931 pAux = (Fts5Auxiliary*)sqlite3_malloc64(nByte);
217969 pNew = (Fts5TokenizerModule*)sqlite3_malloc64(nByte);
218355 zBind = sqlite3_malloc64(1 + nCol*2);
218526 *pp = p = (Fts5Storage*)sqlite3_malloc64(nByte);
218537 char *zDefn = sqlite3_malloc64(32 + (sqlite3_int64)pConfig->nCol * 10);
219118 aTotalSize = (i64*)sqlite3_malloc64(pConfig->nCol*(sizeof(int)+sizeof(i64)));
219534 pFold = sqlite3_malloc64((sqlite3_int64)nByte*2);
219751 p->aFold = sqlite3_malloc64(p->nFold * sizeof(char));
219873 aFold = sqlite3_malloc64((sqlite3_int64)nFold*2);