Home | History | Annotate | Download | only in orig

Lines Matching refs:szOpAlloc

16861   int szOpAlloc;       /* Bytes of memory space allocated for Vdbe.aOp[] */
73000 assert( pParse->szOpAlloc==0 );
73092 p->szOpAlloc = sqlite3DbMallocSize(p->db, pNew);
73093 p->nOpAlloc = p->szOpAlloc/sizeof(Op);
74969 x.nFree = ROUNDDOWN8(pParse->szOpAlloc - n); /* Bytes of unused memory */