Searched refs:nCountdown (Results 1 – 1 of 1) sorted by relevance
58 int nCountdown; member117 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() argument235 assert( nCountdown>=0 ); in tmMallocOom()237 pTm->nCountdown = nCountdown; in tmMallocOom()397 int nCountdown, in testMallocOom() argument403 tmMallocOom(pTm, nCountdown, bPersist, xHook, pHookCtx); in testMallocOom()