]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
- Remove atm_attributes_pool and the relating atm_allocate() and atm_free()
authorarr <arr@FreeBSD.org>
Wed, 24 Apr 2002 18:06:18 +0000 (18:06 +0000)
committerarr <arr@FreeBSD.org>
Wed, 24 Apr 2002 18:06:18 +0000 (18:06 +0000)
commit35e5b8d0ded86e3e6e3110408146a376d4717ec1
tree11ccdf99c5d64e678a1c24105661ce23a0e1df1c
parentcb31a822f6f1f927a6992127a595e7eb9727a99e
- 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.
sys/netatm/atm_cm.c
sys/netatm/atm_subr.c
sys/netatm/atm_var.h