]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
- Remove atm_attributes_pool and the relating atm_allocate() and atm_free()
authorAndrew R. Reiter <arr@FreeBSD.org>
Wed, 24 Apr 2002 18:06:18 +0000 (18:06 +0000)
committerAndrew R. Reiter <arr@FreeBSD.org>
Wed, 24 Apr 2002 18:06:18 +0000 (18:06 +0000)
commit1bbd50f9c8b97d8b3169ba035777b50b80859a54
tree11ccdf99c5d64e678a1c24105661ce23a0e1df1c
parent78689b156feeda17c249b27015d074869d2d25c5
- 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