Home
last modified time | relevance | path

Searched refs:szOpAlloc (Results 1 – 2 of 2) sorted by relevance

/sqlite-3.40.0/src/
H A Dvdbeaux.c44 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()
H A DsqliteInt.h3652 int szOpAlloc; /* Bytes of memory space allocated for Vdbe.aOp[] */ member