HomeSort by relevance Sort by last modified time
    Searched refs:total_mem_allocated (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/libwebp/utils/
utils.c 66 static size_t total_mem_allocated = 0; variable
78 fprintf(stderr, "total_mem allocated: %u\n", (uint32_t)total_mem_allocated);
122 total_mem_allocated += size;
  /external/webp/src/utils/
utils.c 66 static size_t total_mem_allocated = 0; variable
78 fprintf(stderr, "total_mem allocated: %u\n", (uint32_t)total_mem_allocated);
122 total_mem_allocated += size;

Completed in 416 milliseconds