Home | History | Annotate | Download | only in orig

Lines Matching refs:nHeap

11347   int nHeap;                        /* Size of pHeap[] */
12338 0, /* nHeap */
16548 mem3.nPool = (sqlite3GlobalConfig.nHeap / sizeof(Mem3Block)) - 2;
17148 nByte = sqlite3GlobalConfig.nHeap;
112834 sqlite3GlobalConfig.nHeap = va_arg(ap, int);