Package engine.misc

Class DeallocationHelper.Deallocator

    • Field Detail

      • logger

        protected final Log logger
    • Constructor Detail

      • Deallocator

        public Deallocator()
    • Method Detail

      • run

        public abstract boolean run​(ByteBuffer directByteBuffer)
        releases the native memory of a deallocatable byte buffer
        Parameters:
        directByteBuffer - deallocatable byte buffer
        Returns:
        true if the deallocation is successful, otherwise false