Date: Wed, 24 Apr 2002 11:06:18 -0700 (PDT) From: "Andrew R. Reiter" <arr@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netatm atm_cm.c atm_subr.c atm_var.h Message-ID: <200204241806.g3OI6Ik89424@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
arr 2002/04/24 11:06:18 PDT Modified files: sys/netatm atm_cm.c atm_subr.c atm_var.h Log: - Remove atm_attributes_pool and the relating atm_allocate() and atm_free() calls associated with the pool and the objects allocated out from the pool. - Insert atm_attributes_zone which is a uma_zone that is used just as the atm_attributes_pool was (including the max objects value). Also, used the appropriate zalloc and zfree's where necesary. Revision Changes Path 1.15 +3 -3 src/sys/netatm/atm_cm.c 1.23 +8 -7 src/sys/netatm/atm_subr.c 1.13 +4 -1 src/sys/netatm/atm_var.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200204241806.g3OI6Ik89424>