home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH09 / A0922112.TXT < prev    next >
Encoding:
Text File  |  1993-10-28  |  266 b   |  5 lines

  1. This if statement determines if the cache has a free node.  If a
  2. free node is available, it is removed from the cache and "numUsed"
  3. is incremented.  If a free node is not available, a CachedNode
  4. object is allocated from free store using the global new operator.
  5.