Wireshark-commits: [Wireshark-commits] rev 48434: /trunk/epan/ /trunk/epan/: emem.c /trunk/epan/wme

Date: Wed, 20 Mar 2013 00:04:01 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=48434

User: eapache
Date: 2013/03/19 05:04 PM

Log:
 More block allocator fixes and cleanup. Most of the issues seem to have been
 from one case I consistently forgot when typing it up originally, even though
 it's clearly listed several places in my design notes.
 
 Also include an #if0-ed out block of code to redirect emem to wmem for easy
 testing (since there are very few common dissectors that use wmem right now).

Directory: /trunk/epan/
  Changes    Path          Action
  +17 -1     emem.c        Modified

Directory: /trunk/epan/wmem/
  Changes    Path                      Action
  +44 -8     wmem_allocator_block.c    Modified