cvs commit: src/sys/netatm/ipatm ipatm_if.c

Hartmut Brandt harti at FreeBSD.org
Tue Jul 22 08:11:09 PDT 2003


harti       2003/07/22 08:11:08 PDT

  FreeBSD src repository

  Modified files:
    sys/netatm/ipatm     ipatm_if.c 
  Log:
  Allocate network interfaces from malloc() instead of using a zone.
  Usually one needs only a couple of them so using a zone is waste
  of memory (esp. on multi-cpu systems).
  
  Revision  Changes    Path
  1.16      +6 -6      src/sys/netatm/ipatm/ipatm_if.c


More information about the cvs-src mailing list