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

Date: Sun, 11 Aug 2013 22:32:47 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=51304

User: eapache
Date: 2013/08/11 03:32 PM

Log:
 Split jumbo_free and jumbo_realloc into their own functions for readability and
 consistency (they are called just once and will be inlined by any reasonable
 compiler).
 
 Also add some comments, fix some spacing etc. No functional changes.

Directory: /trunk/epan/wmem/
  Changes    Path                      Action
  +45 -13    wmem_allocator_block.c    Modified