Home
last modified time | relevance | path

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

/external/webp/src/utils/
Dutils.c56 static int num_malloc_calls = 0; variable
78 fprintf(stderr, "num calls to: malloc = %4d\n", num_malloc_calls); in PrintMemInfo()
130 num_malloc_calls + num_calloc_calls, (uint32_t)total_mem); in AddMem()
193 Increment(&num_malloc_calls); in WebPSafeMalloc()