]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Allocate network interfaces from malloc() instead of using a zone.
authorHartmut Brandt <harti@FreeBSD.org>
Tue, 22 Jul 2003 15:11:08 +0000 (15:11 +0000)
committerHartmut Brandt <harti@FreeBSD.org>
Tue, 22 Jul 2003 15:11:08 +0000 (15:11 +0000)
commit05ab0ba3b543f77ce54f9818875d367c669635ba
tree0b2e3638d6cd1f3e32637d3ca6c5458e155a9b8b
parent36317d686a1abee9fd2fac1b9c25df3da07ac314
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).
sys/netatm/ipatm/ipatm_if.c