OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:g_allocCountTemp
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/lzma_sdk/
7zAlloc.c
17
int
g_allocCountTemp
= 0;
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/
7zAlloc.c
17
int
g_allocCountTemp
= 0;
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 514 milliseconds