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

From: Wojciech A. Koszek <dunstan_at_freebsd.czest.pl>
Date: Fri, 16 Jun 2006 10:43:56 +0000
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/
Received on Fri Jun 16 2006 - 08:29:30 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:38:57 UTC