|
From: Nicholas N. <nj...@cs...> - 2007-12-03 05:45:29
|
On Fri, 30 Nov 2007 sv...@va... wrote: > Log: > Make the freed-block-queue volume metrics 64-bit throughout, to avoid > any wierdness on very large machines in the future. You changed it from SSizeT to Long. SSizeT is a signed word-sized type, so it's 64-bit on 64-bit machines already. I don't think this change was necessary... Nick |