Home
last modified time | relevance | path

Searched refs:current_allocation (Results 1 – 3 of 3) sorted by relevance

/external/libpng/
Dpngtest.c510 static int current_allocation = 0; variable
538 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 …]
/external/chromium_org/chrome/browser/ui/gtk/
Dgtk_chrome_shrinkable_hbox.cc83 GtkAllocation current_allocation; in ChildSizeAllocate() local
84 gtk_widget_get_allocation(child, &current_allocation); in ChildSizeAllocate()
86 if (child_allocation.width != current_allocation.width) { in ChildSizeAllocate()
Dgtk_custom_menu_item.cc212 GtkAllocation current_allocation; in gtk_custom_menu_item_expose_button() local
213 gtk_widget_get_allocation(current_button, &current_allocation); in gtk_custom_menu_item_expose_button()
226 &current_allocation, hbox, "button", in gtk_custom_menu_item_expose_button()