C Language and Libraries Help (clang.hlp) (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
_vheapterm
 Summary Example                         Up Contents Index Back
─────Run-Time Library───────────────────────────────────────────────────────
 
     The _vheapterm function terminates the virtual memory manager and
     releases all resources that it used.
 
     WARNING: If the program terminates without a call to _vheapterm,
              various system memory resources may not be available to
              subsequent programs.
 
     If the virtual memory manager has not been initialized or has
     already been terminated when _vheapterm is called, the function
     returns immediately.
 
     Return Value
 
     None.
                                    -♦-