cvs commit: src/sys/vm uma_core.c
Bosko Milekic
bmilekic at FreeBSD.org
Sat Aug 2 15:41:36 PDT 2003
bmilekic 2003/08/02 15:40:27 PDT
FreeBSD src repository
Modified files:
sys/vm uma_core.c
Log:
When INVARIANTS is on and we're in uma_zalloc_free(), we need to make
sure that uma_dbg_free() is called if we're about to call
uma_zfree_internal() but we're asking it to skip the dtor and
uma_dbg_free() call itself. So, if we're about to call
uma_zfree_internal() from uma_zfree_arg() and skip == 1, call
uma_dbg_free() ourselves.
Revision Changes Path
1.71 +15 -0 src/sys/vm/uma_core.c
More information about the cvs-src
mailing list