Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal file.c file.h

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Mon, 3 Apr 2000 03:42:51 -0500 (CDT)
guy         2000/04/03 03:42:49 CDT

  Modified files:
    .                    file.c file.h 
  Log:
  Use a GMemChunk for allocating and freeing "frame_data" structures; it
  reduces the memory required for one big capture file I have by about 10
  megabytes, and speeds up the reading in of that file, presumably because
  it amortizes the memory-allocator space and CPU time overhead over
  a set of several "frame_data" structures.
  
  Revision  Changes    Path
  1.175     +15 -10    ethereal/file.c
  1.65      +2 -1      ethereal/file.h