Searched refs:pScratchEnd (Results 1 – 1 of 1) sorted by relevance
18162 void *pScratchEnd; member18276 mem0.pScratchEnd = (void*)&pSlot[1]; in sqlite3MallocInit()18278 mem0.pScratchEnd = 0; in sqlite3MallocInit()18496 if( p>=sqlite3GlobalConfig.pScratch && p<mem0.pScratchEnd ){ in sqlite3ScratchFree()