JOCL v2.6.0-rc-20250722
JOCL, OpenCL® API Binding for Java™ (public API).
com.jogamp.opencl.CLMemObjectListener Interface Reference

A callback which is invoked by the OpenCL implementation when the memory object is deleted and its resources freed. More...

Collaboration diagram for com.jogamp.opencl.CLMemObjectListener:

Public Member Functions

void memoryDeallocated (CLMemory<?> mem)
 

Detailed Description

A callback which is invoked by the OpenCL implementation when the memory object is deleted and its resources freed.

Author
Michael Bien

Definition at line 40 of file CLMemObjectListener.java.

Member Function Documentation

◆ memoryDeallocated()

void com.jogamp.opencl.CLMemObjectListener.memoryDeallocated ( CLMemory<?>  mem)
Here is the caller graph for this function:

The documentation for this interface was generated from the following file: