Terminates the virtual memory manager.
#include <vmemory.h>
void __far _vheapterm( void );
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.
None.
Standards:None
16-Bit:DOS
32-Bit:None
See the example for _vmalloc.