Intel® C++ Compiler 16.0 User and Reference Guide

_GFX_svm_free

Removes a buffer in memory previously set with _GFX_svm_allocate. This topic only applies to Intel® 64 and IA-32 architectures targeting Intel® Graphics Technology.

Syntax

void _GFX_svm_free(void* svm_buffer);

Parameters

svm_buffer

The buffer you want to remove.

Description

This function removes a buffer in memory previously set with _GFX_svm_allocate, to avoid memory leaks.

Return Values

None.