(Should be: MemTrace -- simple tool for tracking memory leaks)

Wojciech A. Koszek dunstan at freebsd.czest.pl
Fri Jun 16 10:29:30 UTC 2006


On Wed, Jun 14, 2006 at 07:43:06PM +0200, Valentino Volonghi wrote:
> On 6/14/06, Wojciech A. Koszek <wkoszek at freebsd.org> wrote:
> >On Wed, Jun 14, 2006 at 01:05:31AM +0000, Wojciech A. Koszek wrote:
> >> Hello,
> >
> >And yes, it's better to set a message subject before sending.
> 
[..]
> 
> static int memtrace_cache_misses;
> SYSCTL_INT(_vm_memtrace, OID_AUTO, misses, CTLFLAG_RD,
>    &memtrace_cache_misses, 0, "Number of misses to the MTrace cache");
> static int memtrace_cache_gced;
> SYSCTL_INT(_vm_memtrace, OID_AUTO, gced, CTLFLAG_RD,
>    &memtrace_cache_gced, 0, "Number of garbage collected entries");
> 
> everything else seems fine to me but I've _VERY_ little experience
> with FreeBSD internals and I'm just exploring it these days.

Yes, your analysis is correct. I'll either bring your version to the
source and deploy memtrace_cache_gced, or remove it at all.

Thanks,
-- 
Wojciech A. Koszek
wkoszek at FreeBSD.org
http://FreeBSD.czest.pl/dunstan/


More information about the freebsd-current mailing list