/usr/local/lib/swipl/library/ext/clib/mallocinfo.pl
All Application Manual Name SummaryHelp

  • ext
    • clib
      • socket.pl -- Network socket (TCP and UDP) library
      • uid.pl
      • unix.pl
      • syslog.pl
      • memfile.pl
      • time.pl -- Time and alarm library
      • uri.pl
      • filesex.pl
      • uuid.pl
      • sha.pl
      • process.pl
      • hash_stream.pl
      • md5.pl
      • mallocinfo.pl -- Memory allocation details
        • mallinfo/1
        • malloc_info/1
      • udp_broadcast.pl
 malloc_info(-Info:dict) is det
Interface to malloc_info(), which provides an XML document describing the status of the GNU glibc malloc implementation. The XML document is parsed and translated into a dict with a similar structure. The malloc_info() XML is supposed to be self-explanatory.
See also
- Understanding glibc malloc