CVSROOT: /cvs Module name: src Changes by: [email protected] 2008/12/22 23:54:12
Modified files:
sys/sys : pool.h
Log message:
oops, forgot this when committing to subr_pool.c
add pool_walk as debug code.
this can be used to walk over all the items allocated with a pool and have
them examined by a function the caller provides.
with help from and ok tedu@
