Lines Matching refs:sqlite3_malloc
3380 SQLITE_API void *sqlite3_malloc(int);
26104 void *p = sqlite3_malloc(10); in sqlite3OsInit()
27710 return sqlite3_malloc(nBytes); in memsys3Realloc()
30254 SQLITE_API void *sqlite3_malloc(int n){ in sqlite3_malloc() function
67863 void *pBuf1 = sqlite3_malloc(pWal->szPage);
67864 void *pBuf2 = sqlite3_malloc(pWal->szPage);
68502 aBuf = sqlite3_malloc(szPage + WAL_FRAME_HDRSIZE);
69035 pRet = (WalIndexHdr*)sqlite3_malloc(sizeof(WalIndexHdr));
90221 pNew = sqlite3_malloc( sizeof(*pNew) );
105123 pNew = sqlite3_malloc( sizeof(*pNew) );
105148 pCur = sqlite3_malloc( sizeof(*pCur) );
105709 FileChunk *pNew = sqlite3_malloc(fileChunkSize(p->nChunkSize));
135940 #define sqlite3_malloc sqlite3_api->malloc
136385 sqlite3_malloc,
140452 pTab = (PragmaVtab*)sqlite3_malloc(sizeof(PragmaVtab));
140525 pCsr = (PragmaVtabCursor*)sqlite3_malloc(sizeof(*pCsr));
186284 *ppCsr = pCsr = (sqlite3_vtab_cursor *)sqlite3_malloc(sizeof(Fts3Cursor));
187642 pSegcsr = sqlite3_malloc(sizeof(Fts3MultiSegReader));
188668 pHash = sqlite3_malloc(sizeof(Fts3HashWrapper));
190948 pCsr = (Fts3auxCursor *)sqlite3_malloc(sizeof(Fts3auxCursor));
193034 t = (porter_tokenizer *) sqlite3_malloc(sizeof(*t));
193064 c = (porter_tokenizer_cursor *) sqlite3_malloc(sizeof(*c));
194221 t = (simple_tokenizer *) sqlite3_malloc(sizeof(*t));
194276 c = (simple_tokenizer_cursor *) sqlite3_malloc(sizeof(*c));
194588 pTab = (Fts3tokTable *)sqlite3_malloc(sizeof(Fts3tokTable));
194658 pCsr = (Fts3tokCursor *)sqlite3_malloc(sizeof(Fts3tokCursor));
202670 pNew = (unicode_tokenizer *) sqlite3_malloc(sizeof(unicode_tokenizer));
202722 pCsr = (unicode_cursor *)sqlite3_malloc(sizeof(unicode_cursor));
210601 pIdxInfo->idxStr = sqlite3_malloc( iIdx+1 );
214207 pCsr->aConstraint = p = sqlite3_malloc(sizeof(RtreeConstraint)*4);
214761 pGeomCtx = (RtreeGeomCallback *)sqlite3_malloc(sizeof(RtreeGeomCallback));
214786 pGeomCtx = (RtreeGeomCallback *)sqlite3_malloc(sizeof(RtreeGeomCallback));
216981 aOut = sqlite3_malloc(nOut+1);
222243 pPg->aPg = (u8*)sqlite3_malloc(pgsz + DBSTAT_PAGE_PADDING_BYTES);
226308 pRet = (sqlite3_changeset_iter *)sqlite3_malloc(nByte);
227290 p->aUpdateMask = sqlite3_malloc(nU32*sizeof(u32));
227339 pUp = (SessionUpdate*)sqlite3_malloc(nByte);
228975 p = (sqlite3_changegroup*)sqlite3_malloc(sizeof(sqlite3_changegroup));
229403 pNew = sqlite3_malloc(sizeof(sqlite3_rebaser));
232985 aSeen = sqlite3_malloc(nPhrase);
233580 zRet = (char*)sqlite3_malloc(nIn+1);
234255 *ppOut = pRet = (Fts5Config*)sqlite3_malloc(sizeof(Fts5Config));
235043 *ppNew = pNew = sqlite3_malloc(sizeof(Fts5Expr));
238094 *ppNew = pNew = (Fts5Hash*)sqlite3_malloc(sizeof(Fts5Hash));
248245 idxStr = (char*)sqlite3_malloc(pInfo->nConstraint * 8 + 1);
250682 pGlobal = (Fts5Global*)sqlite3_malloc(sizeof(Fts5Global));
252072 p = sqlite3_malloc(sizeof(AsciiTokenizer));
252367 p = (Unicode61Tokenizer*)sqlite3_malloc(sizeof(Unicode61Tokenizer));
252591 pRet = (PorterTokenizer*)sqlite3_malloc(sizeof(PorterTokenizer));
253290 TrigramTokenizer *pNew = (TrigramTokenizer*)sqlite3_malloc(sizeof(*pNew));
255222 pCsr->zLeTerm = sqlite3_malloc(pCsr->nLeTerm+1);