Home
last modified time | relevance | path

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

/CafeSDK-2.12.13/system/src/lib/szfile/
D7zAlloc.c16 int g_allocCount = 0; variable
27 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()