cvs commit: src/sys/vm uma_core.c

[ Available lists | Index of cvs-src | Month of Aug 2003 | Week of 2 Aug 2003 | Raw email | View thread | Wrap long lines | Reply ]
From
Bosko Milekic <bmilekic@FreeBSD.org>
Date
2 Aug 2003 15:41:25
Subject
cvs commit: src/sys/vm uma_core.c
Message-ID
200308022240.h72MeRC2040374@repoman.freebsd.org


[ Hide this part ]
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


Elapsed time: 0.064 seconds