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



On May 4, 2010, at 5:30 PM, Simon Burge wrote:

> 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?


Not very and they are really intended for short use.

4B lwp creations :)  I'm not worried about wrapping.


Home | Main Index | Thread Index | Old Index