http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=46603
User: eapache
Date: 2012/12/18 03:36 PM
Log:
Rename allocator_glib to allocator_simple, since the block allocator also
uses glib and 'simple' describes the intention far better.
Directory: /trunk/epan/
Changes Path Action
+1 -1 CMakeLists.txt Modified
+2 -2 epan.c Modified
Directory: /trunk/epan/wmem/
Changes Path Action
+2 -2 Makefile.common Modified
+0 -109 wmem_allocator_glib.c Removed
+0 -55 wmem_allocator_glib.h Removed
+109 -0 wmem_allocator_simple.c Added
+55 -0 wmem_allocator_simple.h Added
+0 -1 wmem_core.c Modified
+4 -4 wmem_scopes.c Modified