Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/lsm1/lsm-test/
H A Dlsmtest_mem.c58 int nCountdown; member
117 assert( pTm->nCountdown>=0 ); in tmMalloc()
120 if( pTm->bEnable && pTm->nCountdown==1 ){ in tmMalloc()
124 pTm->nCountdown = pTm->bPersist; in tmMalloc()
128 if( pTm->bEnable && pTm->nCountdown ) pTm->nCountdown--; in tmMalloc()
230 int nCountdown, in tmMallocOom() argument
235 assert( nCountdown>=0 ); in tmMallocOom()
237 pTm->nCountdown = nCountdown; in tmMallocOom()
397 int nCountdown, in testMallocOom() argument
403 tmMallocOom(pTm, nCountdown, bPersist, xHook, pHookCtx); in testMallocOom()