OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:g_allocCount
(Results
1 - 2
of
2
) sorted by null
/external/lzma/C/
7zAlloc.c
18
int
g_allocCount
= 0;
29
fprintf(stderr, "\nAlloc %10d bytes; count = %10d", size,
g_allocCount
);
30
g_allocCount
++;
41
g_allocCount
--;
42
fprintf(stderr, "\nFree; count = %10d",
g_allocCount
);
Alloc.c
18
int
g_allocCount
= 0;
30
fprintf(stderr, "\nAlloc %10d bytes, count = %10d, addr = %8X", size,
g_allocCount
++, (unsigned)p);
42
fprintf(stderr, "\nFree; count = %10d, addr = %8X", --
g_allocCount
, (unsigned)address);
Completed in 2619 milliseconds