Lines Matching refs:sqlite3_malloc

3923 SQLITE_API void *sqlite3_malloc(int);
23239 void *p = sqlite3_malloc(10); in sqlite3OsInit()
24845 return sqlite3_malloc(nBytes); in memsys3Realloc()
27563 SQLITE_API void *sqlite3_malloc(int n){
39828 zDel = sqlite3_malloc(nOut);
62095 void *pBuf1 = sqlite3_malloc(szPage);
62096 void *pBuf2 = sqlite3_malloc(szPage);
62705 aBuf = sqlite3_malloc(szPage + WAL_FRAME_HDRSIZE);
63204 pRet = (WalIndexHdr*)sqlite3_malloc(sizeof(WalIndexHdr));
83112 pNew = sqlite3_malloc( sizeof(*pNew) );
96508 pNew = sqlite3_malloc( sizeof(*pNew) );
96533 pCur = sqlite3_malloc( sizeof(*pCur) );
97078 FileChunk *pNew = sqlite3_malloc(fileChunkSize(p->nChunkSize));
123628 #define sqlite3_malloc sqlite3_api->malloc
124044 sqlite3_malloc,
127656 pTab = (PragmaVtab*)sqlite3_malloc(sizeof(PragmaVtab));
127729 pCsr = (PragmaVtabCursor*)sqlite3_malloc(sizeof(*pCsr));
167783 *ppCsr = pCsr = (sqlite3_vtab_cursor *)sqlite3_malloc(sizeof(Fts3Cursor));
168922 pTS->aaOutput[0] = sqlite3_malloc(nDoclist + FTS3_VARINT_MAX + 1);
169138 pSegcsr = sqlite3_malloc(sizeof(Fts3MultiSegReader));
170097 pHash = sqlite3_malloc(sizeof(Fts3Hash));
170392 aOut = (char *)sqlite3_malloc(nPoslist+8);
170759 char *aDoclist = sqlite3_malloc(nByte+FTS3_BUFFER_PADDING);
172347 pCsr = (Fts3auxCursor *)sqlite3_malloc(sizeof(Fts3auxCursor));
174422 t = (porter_tokenizer *) sqlite3_malloc(sizeof(*t));
174452 c = (porter_tokenizer_cursor *) sqlite3_malloc(sizeof(*c));
175609 t = (simple_tokenizer *) sqlite3_malloc(sizeof(*t));
175664 c = (simple_tokenizer_cursor *) sqlite3_malloc(sizeof(*c));
175975 pTab = (Fts3tokTable *)sqlite3_malloc(sizeof(Fts3tokTable));
176045 pCsr = (Fts3tokCursor *)sqlite3_malloc(sizeof(Fts3tokCursor));
176887 p = sqlite3_malloc(sizeof(*p) + 100);
177460 char *aByte = sqlite3_malloc(nByte + FTS3_NODE_PADDING);
177575 aCopy = (char*)sqlite3_malloc(nCopy);
177864 pReader = (Fts3SegReader *)sqlite3_malloc(sizeof(Fts3SegReader) + nExtra);
178290 pTree->aData = (char *)sqlite3_malloc(nReq);
178334 pNew = (SegmentNode *)sqlite3_malloc(sizeof(SegmentNode) + p->nNodeSize);
178481 pWriter = (SegmentWriter *)sqlite3_malloc(sizeof(SegmentWriter));
178487 pWriter->aData = (char *)sqlite3_malloc(p->nNodeSize);
181131 pWriter = (IncrmergeWriter *)sqlite3_malloc(nAlloc);
181767 pRet = (char *)sqlite3_malloc(p->pList->nData);
181787 pDeferred = sqlite3_malloc(sizeof(*pDeferred));
184000 pNew = (unicode_tokenizer *) sqlite3_malloc(sizeof(unicode_tokenizer));
184052 pCsr = (unicode_cursor *)sqlite3_malloc(sizeof(unicode_cursor));
185196 zOut = sqlite3_malloc( n+1 );
186650 pNew = *ppVtab = sqlite3_malloc( sizeof(*pNew) );
186669 pCur = sqlite3_malloc( sizeof(*pCur) );
192926 pCsr->aConstraint = p = sqlite3_malloc(sizeof(RtreeConstraint)*4);
193476 pGeomCtx = (RtreeGeomCallback *)sqlite3_malloc(sizeof(RtreeGeomCallback));
193501 pGeomCtx = (RtreeGeomCallback *)sqlite3_malloc(sizeof(RtreeGeomCallback));
195655 aOut = sqlite3_malloc(nOut+1);
204139 pRet = (sqlite3_changeset_iter *)sqlite3_malloc(nByte);
206512 p = (sqlite3_changegroup*)sqlite3_malloc(sizeof(sqlite3_changegroup));
206914 pNew = sqlite3_malloc(sizeof(sqlite3_rebaser));
210329 aSeen = sqlite3_malloc(nPhrase);
210915 zRet = (char*)sqlite3_malloc(nIn+1);
211570 *ppOut = pRet = (Fts5Config*)sqlite3_malloc(sizeof(Fts5Config));
212257 *ppNew = pNew = sqlite3_malloc(sizeof(Fts5Expr));
214980 *ppNew = pNew = (Fts5Hash*)sqlite3_malloc(sizeof(Fts5Hash));
222639 idxStr = (char*)sqlite3_malloc(pInfo->nConstraint * 6 + 1);
224876 pGlobal = (Fts5Global*)sqlite3_malloc(sizeof(Fts5Global));
226182 p = sqlite3_malloc(sizeof(AsciiTokenizer));
226471 p = (Unicode61Tokenizer*)sqlite3_malloc(sizeof(Unicode61Tokenizer));
226695 pRet = (PorterTokenizer*)sqlite3_malloc(sizeof(PorterTokenizer));
229154 pCsr->zLeTerm = sqlite3_malloc(pCsr->nLeTerm+1);
229402 pNew = sqlite3_malloc( sizeof(*pNew) );
229424 pCur = sqlite3_malloc( sizeof(*pCur) );