home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH09 / A0922111.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-11-02  |  160.3 KB  |  1 channel  |  11,025 sample rate  |  14 seconds
Transcription: The overloaded new operator allocates cached node objects. These objects can be allocated from the cache or from FreeStore. If a node is available in the cache, it is used. Otherwise, memory is allocated from FreeStore.