]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Make the size calculations inside VG_(mallinfo) 64-bit clean.
authorJulian Seward <jseward@acm.org>
Thu, 29 May 2008 13:45:49 +0000 (13:45 +0000)
committerJulian Seward <jseward@acm.org>
Thu, 29 May 2008 13:45:49 +0000 (13:45 +0000)
commit72a3a2f4f2a5858f1fbfe0651cfb808c86bfb20f
tree14b9eda0b8bc4ba1f46d96ae3ddfcfc7a5541ec7
parentb2651c395b1512a507efed27c06510182720c62f
Make the size calculations inside VG_(mallinfo) 64-bit clean.

I don't really understand how 'struct mallinfo' makes any sense on a
64-bit platform given that all the field sizes are 32-bit ints, and
surely at least .arena and .uordblocks and probably others could
easily exceed 32-bit range.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8149
coregrind/m_mallocfree.c