Skip to content
  • Matthias Clasen's avatar
    bitmask: Optimize no-op resizes · c86f0b1b
    Matthias Clasen authored
    Statistics for the gtk3-demo listbox example show that the
    vast majority of calls to _gtk_allocated_bitmask_resize go
    from a size of 2 to 2. Don't needlessly call realloc() in
    this case.
    c86f0b1b