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_distribution

Deallocates memory for the specified distribution

Syntax

svrng_distribution_t svrng_delete_distribution( svrng_distribution_t distr)

Input Parameters

distr

Pointer to the distribution to be deallocated.

Description

The svrng_delete_distribution function deallocates memory for the specified distribution.

Status flags set

Name

Description

SVRNG_STATUS_ERROR_BAD_DISTR

distr is a NULL pointer.

Return Values

NULL pointer.