id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc
890,%reservedbytes and room give incorrect results when ccl heap size is restricted,JohnCarroll,,"Test case, restricting ccl to a heap size of 3G using the -R option:

$ ccl64 -R 3000000000[[BR]]
Welcome to Clozure Common Lisp Version 1.7-r14925M  (DarwinX8664)! [[BR]]
? (ccl::%reservedbytes)[[BR]]
-4268883968[[BR]]

This incorrect result is also apparent in the output of the room function:

? (room)[[BR]]
...[[BR]]
-4071.125 MB reserved for heap expansion.
",defect,new,normal,,other,1.7,,%reservedbytes room,
