Searched refs:g_allocCount (Results 1 – 2 of 2) sorted by relevance
/external/lzma/C/ |
D | 7zAlloc.c | 20 int g_allocCount = 0; variable 31 fprintf(stderr, "\nAlloc %10u bytes; count = %10d", (unsigned)size, g_allocCount); in SzAlloc() 32 g_allocCount++; in SzAlloc() 43 g_allocCount--; in SzFree() 44 fprintf(stderr, "\nFree; count = %10d", g_allocCount); in SzFree()
|
D | Alloc.c | 21 int g_allocCount = 0; variable 139 PRINT_ALLOC("Alloc ", g_allocCount, size, p); in MyAlloc() 149 PRINT_FREE("Free ", g_allocCount, address); in MyFree()
|