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.

Reply via email to