Wireshark-commits: [Wireshark-commits] rev 51130: /trunk-1.10/epan/wmem/ /trunk-1.10/epan/wmem/: wm

Date: Sat, 03 Aug 2013 01:47:06 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=51130

User: eapache
Date: 2013/08/02 06:47 PM

Log:
 Don't re-add popped chunks to the free list. I played for a while with logic to
 ensure they don't go right back to the head of the list, but it ended up being
 quite complicated. This is much simpler, and doesn't really affect the
 efficiency of the allocator anyways (mostly because it would be hard to make it
 any worse).
 
 Fixes https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8827
 Hopefully doesn't break anything else.

Directory: /trunk-1.10/epan/wmem/
  Changes    Path                      Action
  +1 -5      wmem_allocator_block.c    Modified