http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=45805
User: eapache
Date: 2012/10/26 07:42 PM
Log:
Create init and cleanup functions for wmem as a whole.
Call them from epan_init() and epan_cleanup().
Expose a permanent wmem scope for allocations that should only be freed when
epan is done (which is *not* necessarily when the program finishes).
Directory: /trunk/epan/
Changes Path Action
+4 -1 epan.c Modified
Directory: /trunk/epan/wmem/
Changes Path Action
+21 -0 wmem_core.c Modified
+9 -0 wmem_core.h Modified