This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libc/5711] New: mallinfo structure cannot hold 64 bit data


The mallinfo structure consists of int values.  As documented in the source, it cannot hold 64 bit values, 
and the information may be incorrect.  This is especially a problem on recent x86_64 machines with more 
than 4 GB of memory.

It may be possible to define a new data structure which holds size_t instead of int values.  It may be 
possible to correct some shortcomings of the mallinfo structure at the same time.

-- 
           Summary: mallinfo structure cannot hold 64 bit data
           Product: glibc
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: libc
        AssignedTo: drepper at redhat dot com
        ReportedBy: schnetter at cct dot lsu dot edu
                CC: glibc-bugs at sources dot redhat dot com
 GCC build triplet: n/
  GCC host triplet: n/a
GCC target triplet: n/a


http://sourceware.org/bugzilla/show_bug.cgi?id=5711

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]