Home
last modified time | relevance | path

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

/external/webp/src/utils/
Dutils.c70 static size_t total_mem_allocated = 0; variable
82 fprintf(stderr, "total_mem allocated: %u\n", (uint32_t)total_mem_allocated); in PrintMemInfo()
126 total_mem_allocated += size; in AddMem()