Wireshark-commits: [Wireshark-commits] rev 50046: /trunk/epan/ /trunk/epan/: emem.c /trunk/epan/wme
Date: Wed, 19 Jun 2013 18:28:13 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=50046

User: eapache
Date: 2013/06/19 11:28 AM

Log:
 Rework wmem scoping limits so that users can still get a handle to a pool when
 it is out of scope, they just can't *allocate* in the pool. This is necessary
 because file-scope trees (migrating from emem) are set up on program
 initialization when there is no file in scope - they need to initialize with the
 handle, they just won't use it until a file is actually in scope.

Directory: /trunk/epan/
  Changes    Path          Action
  +3 -3      emem.c        Modified

Directory: /trunk/epan/wmem/
  Changes    Path                Action
  +1 -0      wmem_allocator.h    Modified
  +11 -6     wmem_core.c         Modified
  +19 -22    wmem_scopes.c       Modified
  +1 -0      wmem_test.c         Modified