Wireshark-commits: [Wireshark-commits] rev 45400: /trunk/epan/ /trunk/epan/: emem.c emem.h epan_dis

Date: Mon, 08 Oct 2012 18:33:01 GMT
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