Wireshark-commits: [Wireshark-commits] rev 50960: /trunk/epan/wmem/ /trunk/epan/wmem/: wmem_allocat
Date: Sat, 27 Jul 2013 23:36:00 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=50960

User: eapache
Date: 2013/07/27 04:36 PM

Log:
 Little things make big differences: somehow while I was experimenting this
 unobtrusive if statement got dropped. Without it the allocator exhibits the old
 bad behaviour of 3x memory usage and heavy fragmentation.
 
 We want it back, thank you very much.

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