Wireshark-commits: [Wireshark-commits] rev 46607: / /trunk/doc/: README.wmem /trunk/epan/: CMakeLis

Date: Wed, 19 Dec 2012 01:37:28 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=46607

User: eapache
Date: 2012/12/18 05:37 PM

Log:
 Implement a basic singly-linked for wmem.
 Re-implement the stack as a wrapper for that.

Directory: /trunk/doc/
  Changes    Path           Action
  +18 -2     README.wmem    Modified

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

Directory: /trunk/epan/wmem/
  Changes    Path               Action
  +2 -0      Makefile.common    Modified
  +1 -0      wmem.h             Modified
  +139 -0    wmem_slist.c       Added
  +82 -0     wmem_slist.h       Added
  +11 -49    wmem_stack.c       Modified
  +5 -7      wmem_stack.h       Modified