Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/lsm1/lsm-test/
H A Dlsmtest_mem.c79 int nOutAlloc; /* Number of outstanding allocations */ member
169 pAgg->nOutAlloc++; in tmMalloc()
203 pHdr->pAgg->nOutAlloc--; in tmFree()
277 if( pAgg->nOutAlloc ){ in tmMallocCheck()
279 fprintf(pFile, "%d %d ", pAgg->nOutByte, pAgg->nOutAlloc); in tmMallocCheck()