-
cli.System.Runtime.InteropServices.GCHandle.Free()
-
com.badlogic.gdx.utils.ReflectionPool.free()
-
com.caucho.db.block.Block.free()
Frees a block from a query.
-
com.caucho.network.balance.ClientSocket.free()
Adds the stream to the free pool. The idleStartTime may be earlier than the current time to deal with TCP buffer delays. Typically it will be recorded as the start time of the request's write.
@param idleStartTime the time to be used as the start of the idle period.
-
com.caucho.server.cache.TempFileInode.free()
Allocates access to the inode.
-
com.caucho.util.CharBuffer.free()
-
com.caucho.vfs.GzipStream.free()
-
com.caucho.vfs.WriteStream.free()
Frees the buffer
-
com.caucho.xpath.Env.free()
-
com.l2jfrozen.gameserver.model.entity.ClanHall.free()
Free this clan hall.
-
com.nr.model.Fitlin.free()
-
com.nr.model.Fitmrq.free()
-
com.orientechnologies.common.directmemory.ODirectMemory.free()
Returns allocated memory back to the pool.
@param pointer Pointer to the allocated piece of memory.
-
com.orientechnologies.common.directmemory.ODirectMemoryPointer.free()
-
com.sun.messaging.jmq.io.VRFileRAF.free()
-
com.sun.tools.javac.comp.Infer.InferenceContext.free()
-
de.sciss.jcollider.Bus.free()
-
edu.wpi.first.wpilibj.image.BinaryImage.free()
-
edu.wpi.first.wpilibj.image.ColorImage.free()
-
fr.dyade.aaa.util.Operation.free()
-
freenet.support.SimpleReadOnlyArrayBucket.free()
-
freenet.support.api.Bucket.free()
Free the bucket, if supported. Note that you must call free() even if you haven't used the Bucket (haven't called getOutputStream()) for some kinds of Bucket's, as they may have allocated space (e.g. created a temporary file).
-
freenet.support.api.LockableRandomAccessBuffer.free()
-
freenet.support.api.RandomAccessBucket.free()
-
freenet.support.api.RandomAccessBuffer.free()
Free the underlying resources. May do nothing in some implementations. You should make sure the object can be GC'ed as well.
-
freenet.support.io.ArrayBucket.free()
-
freenet.support.io.FileBucket.free()
-
freenet.support.io.NullBucket.free()
-
freenet.support.io.TempBucketFactory.TempBucket.free()
-
freenet.support.io.TempBucketFactory.TempRandomAccessBuffer.free()
-
gri.tasks.AsyncTaskController.free()
Frees the job and any resources it may be consuming. This method should always be implemented, but will often do nothing.
-
io.undertow.websockets.extensions.ExtensionByteBuffer.free()
Release extra pooled allocated for overflow content.
-
java.nio.ByteBuffer.free()
-
java.sql.Array.free()
This method frees the
Array
object and releases the resources that it holds. The object is invalid once the
free
method is called.
After free
has been called, any attempt to invoke a method other than free
will result in a SQLException
being thrown. If free
is called multiple times, the subsequent calls to free
are treated as a no-op.
@throws SQLException if an error occurs releasingthe Array's resources
@exception SQLFeatureNotSupportedException if the JDBC driver does not supportthis method
@since 1.6
-
java.sql.Blob.free()
This method frees the
Blob
object and releases the resources that it holds. The object is invalid once the
free
method is called.
After free
has been called, any attempt to invoke a method other than free
will result in a SQLException
being thrown. If free
is called multiple times, the subsequent calls to free
are treated as a no-op.
@throws SQLException if an error occurs releasingthe Blob's resources
@exception SQLFeatureNotSupportedException if the JDBC driver does not supportthis method
@since 1.6
-
java.sql.Clob.free()
This method frees the
Clob
object and releases the resources the resources that it holds. The object is invalid once the
free
method is called.
After free
has been called, any attempt to invoke a method other than free
will result in a SQLException
being thrown. If free
is called multiple times, the subsequent calls to free
are treated as a no-op.
@throws SQLException if an error occurs releasingthe Clob's resources
@exception SQLFeatureNotSupportedException if the JDBC driver does not supportthis method
@since 1.6
-
java.sql.SQLXML.free()
This method closes this object and releases the resources that it held. The SQL XML object becomes invalid and neither readable or writeable when this method is called. After free
has been called, any attempt to invoke a method other than free
will result in a SQLException
being thrown. If free
is called multiple times, the subsequent calls to free
are treated as a no-op.
@throws SQLException if there is an error freeing the XML value.
@exception SQLFeatureNotSupportedException if the JDBC driver does not supportthis method
@since 1.6
-
javax.sql.rowset.serial.SerialBlob.free()
This method frees the {@code SeriableBlob} object and releases theresources that it holds. The object is invalid once the {@code free}method is called.
If {@code free} is called multiple times, thesubsequent calls to {@code free} are treated as a no-op.
@throws SQLException if an error occurs releasing the Blob's resources
@since 1.6
-
kodkod.engine.satlab.SATSolver.free()
Frees the memory used by this solver. Once free() is called, all subsequent calls to methods other than free() may fail.
@effects frees the memory used by this solver
-
net.openhft.lang.io.DirectStore.free()
-
net.pterodactylus.sone.freenet.StringBucket.free()
{@inheritDoc}
-
net.rubyeye.xmemcached.buffer.IoBuffer.free()
-
org.apache.cocoon.components.store.Store.free()
-
org.apache.directmemory.memory.allocator.FixedSizeUnsafeAllocator.free()
-
org.apache.excalibur.store.Store.free()
Try to free some used memory. The transient store can simply remove some hold data, the persistent store can free all memory by writing the data to a persistent store etc.
-
org.apache.hadoop.hdfs.ShortCircuitShm.free()
-
org.apache.hadoop.hdfs.shortcircuit.ShortCircuitShm.free()
-
org.apache.harmony.awt.nativebridge.Int32Pointer.free()
-
org.apache.harmony.awt.nativebridge.Int8Pointer.free()
-
org.apache.harmony.luni.platform.PlatformAddress.free()
-
org.apache.lucene.facet.search.FacetArrays.free()
Notifies that the arrays obtained from {@link #getIntArray()}or {@link #getFloatArray()} are no longer needed and can be freed.
-
org.apache.mina.core.buffer.IoBuffer.free()
Declares this buffer and all its derived buffers are not used anymore so that it can be reused by some {@link IoBufferAllocator} implementations.It is not mandatory to call this method, but you might want to invoke this method for maximum performance.
-
org.directmemory.memory.OffHeapMemoryBuffer.free()
-
org.fcrepo.server.storage.ConnectionPool.free()
Releases the specified connection and returns it to the pool.
@param connection A JDBC connection.
-
org.h2.store.PageStore.free()
Add a page to the free list. The undo log entry must have been written.
@param pageId the page id
-
org.h2.tools.SimpleResultSet.SimpleArray.free()
Add a page to the free list.
@param pageId the page id to add
-
org.jboss.ejb.InstancePool.free()
Return an anonymous instance after invocation.
@param ctx The context to free.
-
org.jdesktop.wonderland.client.utils.SmallIntegerAllocator.free()
Release an allocated integer
@param i The value to release.
-
org.jugile.util.DBConnection.free()
-
org.libimobiledevice.ios.driver.binding.services.AppContainerService.free()
-
org.libimobiledevice.ios.driver.binding.services.ImageMountingService.free()
-
org.libvirt.Domain.free()
-
org.libvirt.Network.free()
-
org.libvirt.Secret.free()
-
org.libvirt.StoragePool.free()
-
org.libvirt.StorageVol.free()
-
org.nustaq.offheap.FSTAsciiStringOffheapMap.free()
-
org.nustaq.offheap.OffHeapByteTree.free()
-
org.tarantool.pool.SocketChannelPooledConnectionFactory.free()
-
org.xnio.Pooled.free()
-
org.xtreemfs.babudb.index.reader.InternalMergeIterator.free()
-
org.xtreemfs.babudb.log.LogEntry.free()
-
solver.search.strategy.decision.Decision.free()
Free the decision, ie, it can be reused
-
xerial.larray.LIntArray.free()