http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=45400
User: guy
Date: 2012/10/08 11:33 AM
Log:
Rename emem_header_t to emem_pool_t to better indicate what it can be
used for - it represents a memory pool that parcels out memory from
larger allocated chunks (reducing the number of individual malloc-style
calls that are made) and that can be freed in its entirety.
Directory: /trunk/epan/
Changes Path Action
+18 -18 emem.c Modified
+3 -3 emem.h Modified
+1 -1 epan_dissect.h Modified