Lines Matching defs:pHeap
19486 void *pHeap; /* Heap storage space */
19487 int nHeap; /* Size of pHeap[] */
22245 (void*)0, /* pHeap */
26844 if( !sqlite3GlobalConfig.pHeap ){
26850 mem3.aPool = (Mem3Block *)sqlite3GlobalConfig.pHeap;
27457 zByte = (u8*)sqlite3GlobalConfig.pHeap;
173982 sqlite3GlobalConfig.pHeap = va_arg(ap, void*);
173993 if( sqlite3GlobalConfig.pHeap==0 ){