--- Ognyan Kulev <[EMAIL PROTECTED]> wrote:
> Hi,
> 
> In `libc/hurd/hurdmalloc.c:198' the value of NBUCKETS is defined as 29 
> and this is correct when LOG2_MIN_SIZE is 3.  But when MCHECK is defined 
> LOG2_MIN_SIZE becomes 4 and NBUCKETS must be 28.
> 
> Regards
> -- 
> Ognyan Kulev <[EMAIL PROTECTED]>, "\"Programmer\""
> +#define NBUCKETS     (31 - LOG2_MIN_SIZE + 1)

 Why are you using 31 + 1 instead of just 32?


=====
James Morrison
   University of Waterloo
   Computer Science - Digital Hardware
   2A co-op
http://hurd.dyndns.org

Anyone refering this as 'Open Source' shall be eaten by a GNU

__________________________________________________
Do You Yahoo!?
Yahoo! Movies - coverage of the 74th Academy Awards®
http://movies.yahoo.com/

_______________________________________________
Bug-hurd mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-hurd

Reply via email to