Searched refs:currentCount (Results 1 – 2 of 2) sorted by relevance
16300 u32 currentCount; /* Current number of distinct checkouts */ member16479 mem5.currentCount++; in memsys5MallocUnsafe()16481 if( mem5.maxCount<mem5.currentCount ) mem5.maxCount = mem5.currentCount; in memsys5MallocUnsafe()16511 assert( mem5.currentCount>0 ); in memsys5FreeUnsafe()16513 mem5.currentCount--; in memsys5FreeUnsafe()16515 assert( mem5.currentOut>0 || mem5.currentCount==0 ); in memsys5FreeUnsafe()16516 assert( mem5.currentCount>0 || mem5.currentOut==0 ); in memsys5FreeUnsafe()16737 fprintf(out, "mem5.currentCount = %u\n", mem5.currentCount); in sqlite3Memsys5Dump()
21893 u32 currentCount; /* Current number of distinct checkouts */ member22051 mem5.currentCount++; in memsys5MallocUnsafe()22053 if( mem5.maxCount<mem5.currentCount ) mem5.maxCount = mem5.currentCount; in memsys5MallocUnsafe()22092 assert( mem5.currentCount>0 ); in memsys5FreeUnsafe()22094 mem5.currentCount--; in memsys5FreeUnsafe()22096 assert( mem5.currentOut>0 || mem5.currentCount==0 ); in memsys5FreeUnsafe()22097 assert( mem5.currentCount>0 || mem5.currentOut==0 ); in memsys5FreeUnsafe()22324 fprintf(out, "mem5.currentCount = %u\n", mem5.currentCount); in sqlite3Memsys5Dump()