What's coming in glibc 2.10
[Posted April 19, 2009 by corbet]
What's coming in glibc 2.10
[Development] Posted Apr 19, 2009 15:00 UTC (Sun) by corbet
Ulrich Drepper has posted a list of some of the
changes which will appear in glibc 2.10. "The new malloc_info
function therefore does not export a structure. Instead it exports the
information in a self-describing data structure. Nowadays the preferred way
to do this is via XML. The format can change over time (it's versioned),
some fields will stay the same, other will change. No breakage. The reader
just cannot assume that all the information will forever be available in
the same form. There is no reader in glibc. This isn't necessary, it's easy
enough to write outside glibc using one of the many XML libraries."
Comments (50 posted)