http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=45746
User: eapache
Date: 2012/10/23 07:04 PM
Log:
Basic skeleton for wmem.
https://www.wireshark.org/lists/wireshark-dev/201210/msg00178.html
Directory: /trunk/epan/
Changes Path Action
+20 -0 CMakeLists.txt Modified
+5 -3 Makefile.am Modified
+18 -6 Makefile.nmake Modified
Directory: /trunk/epan/wmem/
Changes Path Action
+71 -0 Makefile.am Added
+50 -0 Makefile.common Added
+44 -0 Makefile.nmake Added
+45 -0 wmem.h Added
+59 -0 wmem_allocator.h Added
+98 -0 wmem_allocator_glib.c Added
+58 -0 wmem_allocator_glib.h Added
+64 -0 wmem_core.c Added
(3 files not shown)