<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=UTF-8" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Look for uses of SIZE_FORMAT in print()'s to see if<br>
that's what you're looking for.<br>
<br>
On 06/10/10 14:51, Peter Schuller wrote:
<blockquote
 cite="mid:AANLkTikMWdp_kgVlAAp1t14ikxBjGEmKArUO5HRwO2m1@mail.gmail.com"
 type="cite">
  <blockquote type="cite">
    <pre wrap="">I'd like to suggest the attached patch, which generates, at the end of
the region liveness print-out, one line like:
    </pre>
  </blockquote>
  <pre wrap=""><!---->
And %d is broken, sorry. I thought about this when I did it, but I
assumed %zu was unacceptable for portability reasons due to the use of
%d in the existing code. I failed to consider that it was actually
okay for a single region but not the totals. (Something came up; no
time to grep my way towards the preferred method to print a size_t in
the code base...)

  </pre>
</blockquote>
</body>
</html>