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

Date: Sat, 24 Nov 2012 18:42:57 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=46166

User: eapache
Date: 2012/11/24 10:42 AM

Log:
 Add a simple block allocator to wmem (no canaries or anything yet) and use it
 for packet-scope memory.

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

Directory: /trunk/epan/wmem/
  Changes    Path                      Action
  +2 -0      Makefile.common           Modified
  +187 -0    wmem_allocator_block.c    Added
  +55 -0     wmem_allocator_block.h    Added
  +2 -1      wmem_scopes.c             Modified