Searched refs:nOutAlloc (Results 1 – 7 of 7) sorted by relevance
/dports/databases/sqlite3/sqlite-src-3350500/ext/lsm1/lsm-test/ |
H A D | lsmtest_mem.c | 79 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()
|
/dports/databases/sqlcipher/sqlcipher-3.4.2/ext/lsm1/lsm-test/ |
H A D | lsmtest_mem.c | 79 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()
|
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/ext/lsm1/lsm-test/ |
H A D | lsmtest_mem.c | 79 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()
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/ext/lsm1/lsm-test/ |
H A D | lsmtest_mem.c | 79 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()
|
/dports/graphics/pikchr/pikchr-90b6d5b4a3/ |
H A D | pikchr.y | 347 unsigned int nOutAlloc; /* Space allocated to zOut[] */ member 1899 if( p->nOut+n>=p->nOutAlloc ){ in pik_append() 1907 p->nOutAlloc = n; in pik_append()
|
H A D | pikchr.c | 348 unsigned int nOutAlloc; /* Space allocated to zOut[] */ member 4507 if( p->nOut+n>=p->nOutAlloc ){ in pik_append() 4515 p->nOutAlloc = n; in pik_append()
|
/dports/devel/fossil/fossil-src-2.17/src/ |
H A D | pikchr.c | 349 unsigned int nOutAlloc; /* Space allocated to zOut[] */ member 4512 if( p->nOut+n>=p->nOutAlloc ){ in pik_append() 4520 p->nOutAlloc = nNew; in pik_append()
|