Wireshark-commits: [Wireshark-commits] rev 47169: /trunk/ /trunk/doc/: README.wmem /trunk/epan/wmem
Date: Sat, 19 Jan 2013 19:56:21 GMT
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