Home | History | Annotate | Download | only in orig

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 */
66534 struct ValueNewStat4Ctx alloc;
66536 alloc.pParse = pParse;
66537 alloc.pIdx = pIdx;
66538 alloc.ppRec = ppRec;
66539 alloc.iVal = iVal;
66541 rc = stat4ValueFromExpr(pParse, pExpr, affinity, &alloc, &pVal);
95622 int nExtra, /* Number of bytes of extra space to alloc */
111457 assert( v!=0 ); /* Already thrown the error if VDBE alloc failed */