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

  /external/libpng/
pngtest.c 517 static png_alloc_size_t current_allocation = 0; variable
546 current_allocation += size;
550 if (current_allocation > maximum_allocation)
551 maximum_allocation = current_allocation;
561 current_allocation -= size;
607 if (current_allocation < pinfo->size)
610 current_allocation -= pinfo->size;
    [all...]
  /external/skia/third_party/libpng/
pngtest.c 517 static int current_allocation = 0; variable
546 current_allocation += size;
550 if (current_allocation > maximum_allocation)
551 maximum_allocation = current_allocation;
561 current_allocation -= size;
607 current_allocation -= pinfo->size;
608 if (current_allocation < 0)
    [all...]
  /external/syslinux/com32/lib/libpng/
pngtest.c 510 static int current_allocation = 0; variable
538 current_allocation += size;
541 if (current_allocation > maximum_allocation)
542 maximum_allocation = current_allocation;
550 current_allocation -= size;
589 current_allocation -= pinfo->size;
590 if (current_allocation < 0)
    [all...]

Completed in 112 milliseconds