Wireshark-commits: [Wireshark-commits] rev 45809: /trunk/ /trunk/epan/: CMakeLists.txt /trunk/epan/

Date: Sat, 27 Oct 2012 15:35:33 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=45809

User: eapache
Date: 2012/10/27 08:35 AM

Log:
 Experimental slab allocator logic for wmem.
 
 Thanks to Sébastien Tandel for the idea.

Directory: /trunk/epan/
  Changes    Path              Action
  +1 -0      CMakeLists.txt    Modified

Directory: /trunk/epan/wmem/
  Changes    Path                     Action
  +2 -0      Makefile.common          Modified
  +2 -2      wmem_allocator_glib.h    Modified
  +118 -0    wmem_slab.c              Added
  +67 -0     wmem_slab.h              Added