Searched refs:current_allocation (Results 1 – 1 of 1) sorted by relevance
508 static int current_allocation = 0; variable537 current_allocation += size; in png_debug_malloc()541 if (current_allocation > maximum_allocation) in png_debug_malloc()542 maximum_allocation = current_allocation; in png_debug_malloc()552 current_allocation -= size; in png_debug_malloc()598 current_allocation -= pinfo->size; in png_debug_free()599 if (current_allocation < 0) in png_debug_free()1868 int allocation_now = current_allocation; in main()1900 if (allocation_now != current_allocation) in main()1902 current_allocation - allocation_now); in main()[all …]