/usr/local/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
      • syslog.pl
      • memfile.pl
      • time.pl -- Time and alarm library
      • uri.pl -- Process URIs
      • filesex.pl -- Extended operations on files
      • uuid.pl -- Universally Unique Identifier (UUID) Library
      • sha.pl -- SHA secure hashes
      • process.pl -- Create processes and redirect I/O
      • hash_stream.pl -- Maintain a hash on a stream
      • md5.pl -- MD5 hashes
      • mallocinfo.pl -- Memory allocation details
        • mallinfo/1
        • malloc_info/1
      • prolog_stream.pl -- A stream with Prolog callbacks
      • udp_broadcast.pl -- A UDP broadcast proxy
      • crypt.pl
      • cgi.pl -- Read CGI parameters
      • streampool.pl -- Input multiplexing
 mallinfo(-Info:dict) is det
Return the content of the struct mallinfo returned by mallinfo() as a dict. See man mallinfo for an explanation of the fields.
bug
- The struct mallinfo contains int fields and is thus incapable of expressing the memory sizes of 64-bit machines. The fields are interpreted as unsigned and thus represent the true value modulo 2**32 (4Gb).