
reclaim_objects(3)     C LIBRARY FUNCTIONS     reclaim_objects(3)

NAME
     reclaim_objects - reclaim any lingering objets

SYNOPSIS
     int reclaim_objects();

DESCRIPTION
     Cycles through all objects that are loaded,  and  frees  any
     lingering  objects that it can.  This could result in a siz-
     able amount of memory being freed up, depending on  how  the
     mud  is  coded.  Objects are typically left lingering when a
     global variable in more than one object contains  a  pointer
     to it, and the object gets destructed.

SEE ALSO
     destruct(3)

Sun Release 4.1           Last change:                          1

