File memlog.icn

Summary

###########################################################################

	File:     memlog.icn

	Subject:  Procedure to log memory usage

	Author:   Gregg M. Townsend

	Date:     August 14, 1996

###########################################################################

   This file is in the public domain.

###########################################################################

   memlog(f) writes a message to file f recording the current memory
   usage in the string and block regions.  For each, three figures are
   written:  amount in use, amount reserved, and number of collections.
   
   memlog does not perturb the figures: it requires no allocation itself.
   f defaults to &output.  memlog() returns the total current usage.

###########################################################################
Procedures:
memlog

This file is part of the (main) package.

Source code.

Details
Procedures:

memlog(f)

: log memory usage



This page produced by UniDoc on 2021/04/15 @ 23:59:54.