Lines Matching refs:sqlite3_malloc

3399 SQLITE_API void *sqlite3_malloc(int);
26383 void *p = sqlite3_malloc(10); in sqlite3OsInit()
27989 return sqlite3_malloc(nBytes); in memsys3Realloc()
30552 SQLITE_API void *sqlite3_malloc(int n){ in sqlite3_malloc() function
68222 void *pBuf1 = sqlite3_malloc(pWal->szPage);
68223 void *pBuf2 = sqlite3_malloc(pWal->szPage);
68861 aBuf = sqlite3_malloc(szPage + WAL_FRAME_HDRSIZE);
69394 pRet = (WalIndexHdr*)sqlite3_malloc(sizeof(WalIndexHdr));
90725 pNew = sqlite3_malloc( sizeof(*pNew) );
105663 pNew = sqlite3_malloc( sizeof(*pNew) );
105688 pCur = sqlite3_malloc( sizeof(*pCur) );
106249 FileChunk *pNew = sqlite3_malloc(fileChunkSize(p->nChunkSize));
136901 #define sqlite3_malloc sqlite3_api->malloc
137346 sqlite3_malloc,
141551 pTab = (PragmaVtab*)sqlite3_malloc(sizeof(PragmaVtab));
141625 pCsr = (PragmaVtabCursor*)sqlite3_malloc(sizeof(*pCsr));
187900 *ppCsr = pCsr = (sqlite3_vtab_cursor *)sqlite3_malloc(sizeof(Fts3Cursor));
189258 pSegcsr = sqlite3_malloc(sizeof(Fts3MultiSegReader));
190286 pHash = sqlite3_malloc(sizeof(Fts3HashWrapper));
192566 pCsr = (Fts3auxCursor *)sqlite3_malloc(sizeof(Fts3auxCursor));
194652 t = (porter_tokenizer *) sqlite3_malloc(sizeof(*t));
194682 c = (porter_tokenizer_cursor *) sqlite3_malloc(sizeof(*c));
195839 t = (simple_tokenizer *) sqlite3_malloc(sizeof(*t));
195894 c = (simple_tokenizer_cursor *) sqlite3_malloc(sizeof(*c));
196206 pTab = (Fts3tokTable *)sqlite3_malloc(sizeof(Fts3tokTable));
196276 pCsr = (Fts3tokCursor *)sqlite3_malloc(sizeof(Fts3tokCursor));
204293 pNew = (unicode_tokenizer *) sqlite3_malloc(sizeof(unicode_tokenizer));
204345 pCsr = (unicode_cursor *)sqlite3_malloc(sizeof(unicode_cursor));
212406 pIdxInfo->idxStr = sqlite3_malloc( iIdx+1 );
216015 pCsr->aConstraint = p = sqlite3_malloc(sizeof(RtreeConstraint)*4);
216569 pGeomCtx = (RtreeGeomCallback *)sqlite3_malloc(sizeof(RtreeGeomCallback));
216594 pGeomCtx = (RtreeGeomCallback *)sqlite3_malloc(sizeof(RtreeGeomCallback));
218823 aOut = sqlite3_malloc(nOut+1);
224086 pPg->aPg = (u8*)sqlite3_malloc(pgsz + DBSTAT_PAGE_PADDING_BYTES);
228151 pRet = (sqlite3_changeset_iter *)sqlite3_malloc(nByte);
229133 p->aUpdateMask = sqlite3_malloc(nU32*sizeof(u32));
229182 pUp = (SessionUpdate*)sqlite3_malloc(nByte);
230861 p = (sqlite3_changegroup*)sqlite3_malloc(sizeof(sqlite3_changegroup));
231307 pNew = sqlite3_malloc(sizeof(sqlite3_rebaser));
234913 aSeen = sqlite3_malloc(nPhrase);
235508 zRet = (char*)sqlite3_malloc(nIn+1);
236183 *ppOut = pRet = (Fts5Config*)sqlite3_malloc(sizeof(Fts5Config));
236971 *ppNew = pNew = sqlite3_malloc(sizeof(Fts5Expr));
240027 *ppNew = pNew = (Fts5Hash*)sqlite3_malloc(sizeof(Fts5Hash));
250181 idxStr = (char*)sqlite3_malloc(pInfo->nConstraint * 8 + 1);
252628 pGlobal = (Fts5Global*)sqlite3_malloc(sizeof(Fts5Global));
254018 p = sqlite3_malloc(sizeof(AsciiTokenizer));
254314 p = (Unicode61Tokenizer*)sqlite3_malloc(sizeof(Unicode61Tokenizer));
254538 pRet = (PorterTokenizer*)sqlite3_malloc(sizeof(PorterTokenizer));
255237 TrigramTokenizer *pNew = (TrigramTokenizer*)sqlite3_malloc(sizeof(*pNew));
257170 pCsr->zLeTerm = sqlite3_malloc(pCsr->nLeTerm+1);