Searched refs:szOpAlloc (Results 1 – 2 of 2) sorted by relevance
44 assert( pParse->szOpAlloc==0 ); in sqlite3VdbeCreate()194 p->szOpAlloc = sqlite3DbMallocSize(p->db, pNew); in growOpArray()195 v->nOpAlloc = p->szOpAlloc/sizeof(Op); in growOpArray()2521 x.nFree = ROUNDDOWN8(pParse->szOpAlloc - n); /* Bytes of unused memory */ in sqlite3VdbeMakeReady()
3652 int szOpAlloc; /* Bytes of memory space allocated for Vdbe.aOp[] */ member