Searched refs:current_allocation (Results 1 – 1 of 1) sorted by relevance
509 static int current_allocation = 0; variable538 current_allocation += size; in png_debug_malloc()542 if (current_allocation > maximum_allocation) in png_debug_malloc()543 maximum_allocation = current_allocation; in png_debug_malloc()553 current_allocation -= size; in png_debug_malloc()599 current_allocation -= pinfo->size; in png_debug_free()600 if (current_allocation < 0) in png_debug_free()1941 int allocation_now = current_allocation; in main()1978 if (allocation_now != current_allocation) in main()1980 current_allocation - allocation_now); in main()[all …]