Searched refs:g_allocCountTemp (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/lzma_sdk/
H A D7zAlloc.c17 int g_allocCountTemp = 0; variable
52 fprintf(stderr, "\nAlloc_temp %10d bytes; count = %10d", size, g_allocCountTemp);
53 g_allocCountTemp++;
67 g_allocCountTemp--;
68 fprintf(stderr, "\nFree_temp; count = %10d", g_allocCountTemp);
/external/lzma/C/
H A D7zAlloc.c17 int g_allocCountTemp = 0; variable
52 fprintf(stderr, "\nAlloc_temp %10d bytes; count = %10d", size, g_allocCountTemp);
53 g_allocCountTemp++;
67 g_allocCountTemp--;
68 fprintf(stderr, "\nFree_temp; count = %10d", g_allocCountTemp);

Completed in 958 milliseconds