Lines Matching defs:alloc
12763 } *a; /* Alloc a power of two greater or equal to nExpr */
18130 char nBacktrace; /* Number of backtraces on this alloc */
66552 struct ValueNewStat4Ctx alloc;
66554 alloc.pParse = pParse;
66555 alloc.pIdx = pIdx;
66556 alloc.ppRec = ppRec;
66557 alloc.iVal = iVal;
66559 rc = stat4ValueFromExpr(pParse, pExpr, affinity, &alloc, &pVal);
95640 int nExtra, /* Number of bytes of extra space to alloc */
111475 assert( v!=0 ); /* Already thrown the error if VDBE alloc failed */