Wireshark-commits: [Wireshark-commits] rev 46828: / /trunk/epan/: CMakeLists.txt /trunk/epan/wmem/:
Date: Fri, 28 Dec 2012 17:04:24 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=46828

User: eapache
Date: 2012/12/28 09:04 AM

Log:
 Add a strict allocator that does canaries and various other things, for
 platforms which don't have Valgrind.
 
 Valgrind is still the better choice on platforms which support it.

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

Directory: /trunk/epan/wmem/
  Changes    Path                       Action
  +2 -0      Makefile.common            Modified
  +180 -0    wmem_allocator_strict.c    Added
  +58 -0     wmem_allocator_strict.h    Added
  +7 -0      wmem_core.c                Modified
  +2 -1      wmem_core.h                Modified