Date: Tue, 22 Jul 2003 08:11:08 -0700 (PDT) From: Hartmut Brandt <harti@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netatm/ipatm ipatm_if.c Message-ID: <200307221511.h6MFB8M8090478@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200307221511.h6MFB8M8090478>