Intel® C++ Compiler 18.0 Developer Guide and Reference

_GFX_svm_free

Removes a buffer in memory previously set with _GFX_svm_allocate. This topic only applies when 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.