cvs commit: ports/net/ser Makefile ports/net/ser/files patch-Makefile.defs patch-mem::mem.h

Maxim Sobolev sobomax at FreeBSD.org
Thu Nov 2 21:59:48 UTC 2006


sobomax     2006-11-02 21:59:45 UTC

  FreeBSD ports repository

  Modified files:
    net/ser              Makefile 
    net/ser/files        patch-Makefile.defs 
  Added files:
    net/ser/files        patch-mem::mem.h 
  Log:
  Add new WITH_SYSTEM_MALLOC knob, which results in system malloc being used
  for memory allocation instead of SER's own one. Stress tests failed to
  show any considerable difference in the performance, while system version
  provides much better scalability and in future should also provide some
  benefits on SMP systems.
  
  Revision  Changes    Path
  1.20      +5 -1      ports/net/ser/Makefile
  1.10      +17 -0     ports/net/ser/files/patch-Makefile.defs
  1.1       +22 -0     ports/net/ser/files/patch-mem::mem.h (new)


More information about the cvs-all mailing list