Intel® C++ Compiler Classic Developer Guide and Reference

ID 767249
Date 7/13/2023
Public
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.