Lines Matching refs:alloc
25817 char nBacktrace; /* Number of backtraces on this alloc */
82375 struct ValueNewStat4Ctx alloc;
82377 alloc.pParse = pParse;
82378 alloc.pIdx = pIdx;
82379 alloc.ppRec = ppRec;
82385 alloc.iVal = iVal+i;
82386 rc = stat4ValueFromExpr(pParse, pElem, aff, &alloc, &pVal);
121315 int nExtra, /* Number of bytes of extra space to alloc */
141692 assert( v!=0 ); /* Already thrown the error if VDBE alloc failed */
245312 sqlite3_log(SQLITE_NOMEM, "codec: alloc mem failed when set cipher page size(%d).", size);