Intel® C++ Compiler Classic Developer Guide and Reference

ID 767249
Date 12/16/2022
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Document Table of Contents

svrng_delete_engine

Deallocates memory for the specified engine

Syntax

svrng_engine_t svrng_delete_engine( svrng_engine_t engine )

Input Parameters

engine

Pointer to the engine to be deallocated.

Description

The svrng_delete_engine function deallocates memory for the specified engine.

Status flags set

Name

Description

SVRNG_STATUS_ERROR_BAD_ENGINE

Bad engine (NULL pointer)

Return Values

NULL pointer.