_vheapterm

Description

Terminates the virtual memory manager.

#include <vmemory.h>

void __far _vheapterm( void );

Remarks

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.

Compatibility

Standards:None

16-Bit:DOS

32-Bit:None

See Also

_vheapinit

Example

See the example for _vmalloc.