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

  1. The overloaded new operator allocates CachedNode objects.  These
  2. objects can be allocated from the cache or from free store.  If a
  3. node is available in the cache, it is used.  Otherwise memory is
  4. allocated from free store.
  5.