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

Date: Wed, 08 May 2013 01:14:02 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=49209

User: eapache
Date: 2013/05/07 06:14 PM

Log:
 Round two of wmem cleanup callbacks. While the emem tree behaviour will require
 recurring callbacks, I suspect most other potential uses will be once-only, so
 make that possible, and improve the documentation on the remaining issues.
 
 Also separate out the code into its own files and the testing into its own
 test case.

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

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

Directory: /trunk/epan/wmem/
  Changes    Path                  Action
  +4 -2      Makefile.common       Modified
  +1 -0      wmem.h                Modified
  +2 -1      wmem_allocator.h      Modified
  +9 -42     wmem_core.c           Modified
  +1 -8      wmem_core.h           Modified
  +64 -21    wmem_test.c           Modified
  +93 -0     wmem_user_cb.c        Added
  +9 -6      wmem_user_cb.h        Modified
  +55 -0     wmem_user_cb_int.h    Added