◄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. -♦-