Source-Changes-D archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: [matt-nb5-mips64] src/sys/arch/mips/mips



Matt Thomas wrote:

> Modified Files:
> 
>       src/sys/arch/mips/mips [matt-nb5-mips64]: pmap_segtab.c
> 
> Log Message:
> 
> Cleanup segtab allocation.   Add some counters to monitor memory usage.

+uint32_t nget_segtab;
+uint32_t nput_segtab;
+uint32_t npage_segtab;

How quickly could these wrap?

Cheers,
Simon.


Home | Main Index | Thread Index | Old Index