Wireshark-commits: [Wireshark-commits] rev 51296: /trunk/epan/wmem/ /trunk/epan/wmem/: wmem_allocat
Date: Sun, 11 Aug 2013 14:20:01 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=51296

User: eapache
Date: 2013/08/11 07:20 AM

Log:
 Small optimization: the master-list and recycler cases are different enough that
 doing all the safety checks was unnecessarily slow. Do only the appropriate
 checks for each case.

Directory: /trunk/epan/wmem/
  Changes    Path                      Action
  +22 -14    wmem_allocator_block.c    Modified