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

Date: Fri, 08 Feb 2013 01:38:03 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=47547

User: eapache
Date: 2013/02/07 05:38 PM

Log:
 Rewrite the block allocator to support the new wmem API (realloc, free, gc).
 
 Some interesting algorithmic stuff going on in here for those who are
 interested.
 
 This completes the allocator rewrites for the API additions, so those can be
 exposed now.

Directory: /trunk/epan/wmem/
  Changes    Path                      Action
  +599 -89   wmem_allocator_block.c    Modified