Wireshark-commits: [Wireshark-commits] rev 51013: /trunk/epan/wmem/ /trunk/epan/wmem/: wmem_allocat

Date: Mon, 29 Jul 2013 16:47:31 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=51013

User: eapache
Date: 2013/07/29 09:47 AM

Log:
 Another little optimization.
 
 Removes one branch from the hot path, deduplicates one function call in the cold
 path by effectively falling through, and makes it more obvious what the code is
 actually trying to do.

Directory: /trunk/epan/wmem/
  Changes    Path                      Action
  +11 -18    wmem_allocator_block.c    Modified