Intel® C++ Compiler Classic Developer Guide and Reference

ID 767249
Date 7/13/2023
Public

Visible to Intel only — GUID: GUID-484D56FC-C8C9-423E-A481-272EE5EB007A

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.