------- Comment #8 from michael dot haubenwallner at salomon dot at 2007-02-19 12:19 ------- (In reply to comment #5) > <snip> it says that aggregates larger than 256 bytes (mallinfo is > 320 bytes), <snip>
This should be counted in _bits_, not bytes ? 'struct mallinfo' has 40 bytes, 10 * int32_t, 320 _bits_. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30826