Intel® C++ Compiler 18.0 Developer Guide and Reference
Removes a buffer in memory previously set with _GFX_svm_allocate. This topic only applies when targeting Intel® Graphics Technology.
void _GFX_svm_free(void* svm_buffer);
svm_buffer |
The buffer you want to remove. |
This function removes a buffer in memory previously set with _GFX_svm_allocate, to avoid memory leaks.
None.