Home
last modified time | relevance | path

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

/external/webp/src/utils/
Dutils.c57 static int num_calloc_calls = 0; variable
79 fprintf(stderr, " calloc = %4d\n", num_calloc_calls); in PrintMemInfo()
130 num_malloc_calls + num_calloc_calls, (uint32_t)total_mem); in AddMem()
203 Increment(&num_calloc_calls); in WebPSafeCalloc()