Interface CLMemObjectListener


  • public interface CLMemObjectListener
    A callback which is invoked by the OpenCL implementation when the memory object is deleted and its resources freed.
    Author:
    Michael Bien
    • Method Detail

      • memoryDeallocated

        void memoryDeallocated​(CLMemory<?> mem)