Modifier and Type | Method and Description |
---|---|
static int |
CL.clSetMemObjectDestructorCallback(cl_mem memobj,
MemObjectDestructorCallbackFunction pfn_notify,
java.lang.Object user_data)
Registers a user callback function that will be called when the memory object is
deleted and its resources freed.
|