Lines Matching refs:sqlite3_malloc

3271 SQLITE_API void *sqlite3_malloc(int);
24258 void *p = sqlite3_malloc(10);
25864 return sqlite3_malloc(nBytes);
28383 SQLITE_API void *sqlite3_malloc(int n){
40786 zDel = sqlite3_malloc(nOut);
63324 void *pBuf1 = sqlite3_malloc(szPage);
63325 void *pBuf2 = sqlite3_malloc(szPage);
63935 aBuf = sqlite3_malloc(szPage + WAL_FRAME_HDRSIZE);
64434 pRet = (WalIndexHdr*)sqlite3_malloc(sizeof(WalIndexHdr));
84773 pNew = sqlite3_malloc( sizeof(*pNew) );
98549 pNew = sqlite3_malloc( sizeof(*pNew) );
98574 pCur = sqlite3_malloc( sizeof(*pCur) );
99117 FileChunk *pNew = sqlite3_malloc(fileChunkSize(p->nChunkSize));
127760 #define sqlite3_malloc sqlite3_api->malloc
128183 sqlite3_malloc,
131978 pTab = (PragmaVtab*)sqlite3_malloc(sizeof(PragmaVtab));
132051 pCsr = (PragmaVtabCursor*)sqlite3_malloc(sizeof(*pCsr));
174383 *ppCsr = pCsr = (sqlite3_vtab_cursor *)sqlite3_malloc(sizeof(Fts3Cursor));
175525 pTS->aaOutput[0] = sqlite3_malloc(nDoclist + FTS3_VARINT_MAX + 1);
175741 pSegcsr = sqlite3_malloc(sizeof(Fts3MultiSegReader));
176710 pHash = sqlite3_malloc(sizeof(Fts3Hash));
177005 aOut = (char *)sqlite3_malloc(nPoslist+8);
177372 char *aDoclist = sqlite3_malloc(nByte+FTS3_BUFFER_PADDING);
178968 pCsr = (Fts3auxCursor *)sqlite3_malloc(sizeof(Fts3auxCursor));
181053 t = (porter_tokenizer *) sqlite3_malloc(sizeof(*t));
181083 c = (porter_tokenizer_cursor *) sqlite3_malloc(sizeof(*c));
182240 t = (simple_tokenizer *) sqlite3_malloc(sizeof(*t));
182295 c = (simple_tokenizer_cursor *) sqlite3_malloc(sizeof(*c));
182607 pTab = (Fts3tokTable *)sqlite3_malloc(sizeof(Fts3tokTable));
182677 pCsr = (Fts3tokCursor *)sqlite3_malloc(sizeof(Fts3tokCursor));
183521 p = sqlite3_malloc(sizeof(*p) + 100);
184094 char *aByte = sqlite3_malloc(nByte + FTS3_NODE_PADDING);
184211 pReader->zTerm = (char*)sqlite3_malloc((nTerm+1)*2);
184219 aCopy = (char*)sqlite3_malloc(nCopy);
184506 pReader = (Fts3SegReader *)sqlite3_malloc(sizeof(Fts3SegReader) + nExtra);
184932 pTree->aData = (char *)sqlite3_malloc(nReq);
184976 pNew = (SegmentNode *)sqlite3_malloc(sizeof(SegmentNode) + p->nNodeSize);
185123 pWriter = (SegmentWriter *)sqlite3_malloc(sizeof(SegmentWriter));
185129 pWriter->aData = (char *)sqlite3_malloc(p->nNodeSize);
187790 pWriter = (IncrmergeWriter *)sqlite3_malloc(nAlloc);
188426 pRet = (char *)sqlite3_malloc(p->pList->nData);
188446 pDeferred = sqlite3_malloc(sizeof(*pDeferred));
190662 pNew = (unicode_tokenizer *) sqlite3_malloc(sizeof(unicode_tokenizer));
190714 pCsr = (unicode_cursor *)sqlite3_malloc(sizeof(unicode_cursor));
191907 zOut = sqlite3_malloc( n+1 );
193396 pNew = *ppVtab = sqlite3_malloc( sizeof(*pNew) );
193415 pCur = sqlite3_malloc( sizeof(*pCur) );
199744 pCsr->aConstraint = p = sqlite3_malloc(sizeof(RtreeConstraint)*4);
200295 pGeomCtx = (RtreeGeomCallback *)sqlite3_malloc(sizeof(RtreeGeomCallback));
200320 pGeomCtx = (RtreeGeomCallback *)sqlite3_malloc(sizeof(RtreeGeomCallback));
202484 aOut = sqlite3_malloc(nOut+1);
207676 pPg->aPg = (u8*)sqlite3_malloc(pgsz + DBSTAT_PAGE_PADDING_BYTES);
211284 pRet = (sqlite3_changeset_iter *)sqlite3_malloc(nByte);
212244 p->aUpdateMask = sqlite3_malloc(nU32*sizeof(u32));
212293 pUp = (SessionUpdate*)sqlite3_malloc(nByte);
213757 p = (sqlite3_changegroup*)sqlite3_malloc(sizeof(sqlite3_changegroup));
214159 pNew = sqlite3_malloc(sizeof(sqlite3_rebaser));
217614 aSeen = sqlite3_malloc(nPhrase);
218203 zRet = (char*)sqlite3_malloc(nIn+1);
218856 *ppOut = pRet = (Fts5Config*)sqlite3_malloc(sizeof(Fts5Config));
219552 *ppNew = pNew = sqlite3_malloc(sizeof(Fts5Expr));
222448 *ppNew = pNew = (Fts5Hash*)sqlite3_malloc(sizeof(Fts5Hash));
230318 idxStr = (char*)sqlite3_malloc(pInfo->nConstraint * 8 + 1);
232585 pGlobal = (Fts5Global*)sqlite3_malloc(sizeof(Fts5Global));
233911 p = sqlite3_malloc(sizeof(AsciiTokenizer));
234200 p = (Unicode61Tokenizer*)sqlite3_malloc(sizeof(Unicode61Tokenizer));
234424 pRet = (PorterTokenizer*)sqlite3_malloc(sizeof(PorterTokenizer));
235122 TrigramTokenizer *pNew = (TrigramTokenizer*)sqlite3_malloc(sizeof(*pNew));
237018 pCsr->zLeTerm = sqlite3_malloc(pCsr->nLeTerm+1);
237269 pNew = sqlite3_malloc( sizeof(*pNew) );
237291 pCur = sqlite3_malloc( sizeof(*pCur) );