• Home
  • Raw
  • Download

Lines Matching refs:sqlite3_malloc

3278 SQLITE_API void *sqlite3_malloc(int);
24355 void *p = sqlite3_malloc(10);
25961 return sqlite3_malloc(nBytes);
28480 SQLITE_API void *sqlite3_malloc(int n){
40883 zDel = sqlite3_malloc(nOut);
63560 void *pBuf1 = sqlite3_malloc(szPage);
63561 void *pBuf2 = sqlite3_malloc(szPage);
64175 aBuf = sqlite3_malloc(szPage + WAL_FRAME_HDRSIZE);
64678 pRet = (WalIndexHdr*)sqlite3_malloc(sizeof(WalIndexHdr));
85046 pNew = sqlite3_malloc( sizeof(*pNew) );
98961 pNew = sqlite3_malloc( sizeof(*pNew) );
98986 pCur = sqlite3_malloc( sizeof(*pCur) );
99529 FileChunk *pNew = sqlite3_malloc(fileChunkSize(p->nChunkSize));
128217 #define sqlite3_malloc sqlite3_api->malloc
128643 sqlite3_malloc,
132542 pTab = (PragmaVtab*)sqlite3_malloc(sizeof(PragmaVtab));
132615 pCsr = (PragmaVtabCursor*)sqlite3_malloc(sizeof(*pCsr));
175058 *ppCsr = pCsr = (sqlite3_vtab_cursor *)sqlite3_malloc(sizeof(Fts3Cursor));
176200 pTS->aaOutput[0] = sqlite3_malloc(nDoclist + FTS3_VARINT_MAX + 1);
176416 pSegcsr = sqlite3_malloc(sizeof(Fts3MultiSegReader));
177385 pHash = sqlite3_malloc(sizeof(Fts3Hash));
177680 aOut = (char *)sqlite3_malloc(nPoslist+8);
178047 char *aDoclist = sqlite3_malloc(nByte+FTS3_BUFFER_PADDING);
179643 pCsr = (Fts3auxCursor *)sqlite3_malloc(sizeof(Fts3auxCursor));
181728 t = (porter_tokenizer *) sqlite3_malloc(sizeof(*t));
181758 c = (porter_tokenizer_cursor *) sqlite3_malloc(sizeof(*c));
182915 t = (simple_tokenizer *) sqlite3_malloc(sizeof(*t));
182970 c = (simple_tokenizer_cursor *) sqlite3_malloc(sizeof(*c));
183282 pTab = (Fts3tokTable *)sqlite3_malloc(sizeof(Fts3tokTable));
183352 pCsr = (Fts3tokCursor *)sqlite3_malloc(sizeof(Fts3tokCursor));
184196 p = sqlite3_malloc(sizeof(*p) + 100);
184769 char *aByte = sqlite3_malloc(nByte + FTS3_NODE_PADDING);
184886 pReader->zTerm = (char*)sqlite3_malloc((nTerm+1)*2);
184894 aCopy = (char*)sqlite3_malloc(nCopy);
185181 pReader = (Fts3SegReader *)sqlite3_malloc(sizeof(Fts3SegReader) + nExtra);
185607 pTree->aData = (char *)sqlite3_malloc(nReq);
185651 pNew = (SegmentNode *)sqlite3_malloc(sizeof(SegmentNode) + p->nNodeSize);
185798 pWriter = (SegmentWriter *)sqlite3_malloc(sizeof(SegmentWriter));
185804 pWriter->aData = (char *)sqlite3_malloc(p->nNodeSize);
188465 pWriter = (IncrmergeWriter *)sqlite3_malloc(nAlloc);
189101 pRet = (char *)sqlite3_malloc(p->pList->nData);
189121 pDeferred = sqlite3_malloc(sizeof(*pDeferred));
191337 pNew = (unicode_tokenizer *) sqlite3_malloc(sizeof(unicode_tokenizer));
191389 pCsr = (unicode_cursor *)sqlite3_malloc(sizeof(unicode_cursor));
192582 zOut = sqlite3_malloc( n+1 );
194071 pNew = *ppVtab = sqlite3_malloc( sizeof(*pNew) );
194090 pCur = sqlite3_malloc( sizeof(*pCur) );
200419 pCsr->aConstraint = p = sqlite3_malloc(sizeof(RtreeConstraint)*4);
200970 pGeomCtx = (RtreeGeomCallback *)sqlite3_malloc(sizeof(RtreeGeomCallback));
200995 pGeomCtx = (RtreeGeomCallback *)sqlite3_malloc(sizeof(RtreeGeomCallback));
203159 aOut = sqlite3_malloc(nOut+1);
208351 pPg->aPg = (u8*)sqlite3_malloc(pgsz + DBSTAT_PAGE_PADDING_BYTES);
211959 pRet = (sqlite3_changeset_iter *)sqlite3_malloc(nByte);
212919 p->aUpdateMask = sqlite3_malloc(nU32*sizeof(u32));
212968 pUp = (SessionUpdate*)sqlite3_malloc(nByte);
214432 p = (sqlite3_changegroup*)sqlite3_malloc(sizeof(sqlite3_changegroup));
214834 pNew = sqlite3_malloc(sizeof(sqlite3_rebaser));
218289 aSeen = sqlite3_malloc(nPhrase);
218878 zRet = (char*)sqlite3_malloc(nIn+1);
219531 *ppOut = pRet = (Fts5Config*)sqlite3_malloc(sizeof(Fts5Config));
220227 *ppNew = pNew = sqlite3_malloc(sizeof(Fts5Expr));
223123 *ppNew = pNew = (Fts5Hash*)sqlite3_malloc(sizeof(Fts5Hash));
230993 idxStr = (char*)sqlite3_malloc(pInfo->nConstraint * 8 + 1);
233260 pGlobal = (Fts5Global*)sqlite3_malloc(sizeof(Fts5Global));
234586 p = sqlite3_malloc(sizeof(AsciiTokenizer));
234875 p = (Unicode61Tokenizer*)sqlite3_malloc(sizeof(Unicode61Tokenizer));
235099 pRet = (PorterTokenizer*)sqlite3_malloc(sizeof(PorterTokenizer));
235797 TrigramTokenizer *pNew = (TrigramTokenizer*)sqlite3_malloc(sizeof(*pNew));
237693 pCsr->zLeTerm = sqlite3_malloc(pCsr->nLeTerm+1);
237944 pNew = sqlite3_malloc( sizeof(*pNew) );
237966 pCur = sqlite3_malloc( sizeof(*pCur) );