http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=47169
User: eapache
Date: 2013/01/19 11:56 AM
Log:
Rewrite wmem_allocator_simple to track allocations using a GHashTable instead of
a GSList. This permits it to implement the new realloc and free functions. Also
fill in an empty gc function, since there isn't much it can do as far as
garbage-collection goes.
Directory: /trunk/doc/
Changes Path Action
+1 -1 README.wmem Modified
Directory: /trunk/epan/wmem/
Changes Path Action
+70 -26 wmem_allocator_simple.c Modified