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

  • ext
    • clib
      • socket.pl
      • uid.pl -- User and group management on Unix systems
      • unix.pl -- Unix specific operations
      • syslog.pl
      • memfile.pl
      • time.pl
      • uri.pl
      • filesex.pl
      • uuid.pl
      • sha.pl
      • process.pl -- Create processes and redirect I/O
      • hash_stream.pl -- Maintain a hash on a stream
      • md5.pl -- MD5 hashes
      • rlimit.pl
      • mallocinfo.pl -- Memory allocation details
        • mallinfo/1
        • malloc_info/1
      • prolog_stream.pl -- A stream with Prolog callbacks
      • crypt.pl
      • streampool.pl
      • streaminfo.pl
      • udp_broadcast.pl -- A UDP broadcast proxy
      • prolog_server.pl
      • cgi.pl -- Read CGI parameters
 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