Searched refs:g_allocCount (Results 1 – 1 of 1) sorted by relevance
16 int g_allocCount = 0; variable27 fprintf(stderr, "\nAlloc %10d bytes; count = %10d", size, g_allocCount); in SzAlloc()28 g_allocCount++; in SzAlloc()39 g_allocCount--; in SzFree()40 fprintf(stderr, "\nFree; count = %10d", g_allocCount); in SzFree()