Intel® C++ Compiler Classic Developer Guide and Reference
A newer version of this document is available. Customers should click here to go to the newest version.
Visible to Intel only — GUID: GUID-484D56FC-C8C9-423E-A481-272EE5EB007A
Visible to Intel only — GUID: GUID-484D56FC-C8C9-423E-A481-272EE5EB007A
svrng_delete_distribution
Deallocates memory for the specified distribution
svrng_distribution_t svrng_delete_distribution( svrng_distribution_t distr)
distr |
Pointer to the distribution to be deallocated. |
The svrng_delete_distribution function deallocates memory for the specified distribution.
Name |
Description |
---|---|
SVRNG_STATUS_ERROR_BAD_DISTR |
distr is a NULL pointer. |
NULL pointer.