Searched refs:current_allocation (Results 1 – 3 of 3) sorted by relevance
510 static int current_allocation = 0; variable538 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()550 current_allocation -= size; in png_debug_malloc()589 current_allocation -= pinfo->size; in png_debug_free()590 if (current_allocation < 0) in png_debug_free()1540 int allocation_now = current_allocation; in main()1576 if (allocation_now != current_allocation) in main()1578 current_allocation - allocation_now); in main()[all …]
83 GtkAllocation current_allocation; in ChildSizeAllocate() local84 gtk_widget_get_allocation(child, ¤t_allocation); in ChildSizeAllocate()86 if (child_allocation.width != current_allocation.width) { in ChildSizeAllocate()
212 GtkAllocation current_allocation; in gtk_custom_menu_item_expose_button() local213 gtk_widget_get_allocation(current_button, ¤t_allocation); in gtk_custom_menu_item_expose_button()226 ¤t_allocation, hbox, "button", in gtk_custom_menu_item_expose_button()