ILNumerics Ultimate VS

ManagedHostPoolT Methods

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development

The ManagedHostPoolT generic type exposes the following members.

Methods

  NameDescription
Public methodFree
Returns a chunk of memory back to the pool.

[ILNumerics Core Module]

(Inherited from MemoryPoolHandleT.)
Public methodNew(UInt64, Boolean)
Request a memory chunk of minimal length length.

[ILNumerics Core Module]

(Inherited from MemoryPoolHandleT.)
Public methodNew(UIntPtr, Boolean)
Request a memory chunk of minimal length length.

[ILNumerics Core Module]

(Inherited from MemoryPoolHandleT.)
Public methodShrink
Shrinks the pool down to shrinkedSize by releasing old objects.

[ILNumerics Core Module]

(Inherited from MemoryPoolHandleT.)
Public methodToString
Produces statistical information about this memory pool instance for informal messages.

[ILNumerics Core Module]

(Inherited from MemoryPoolHandleT.)
Top
See Also

Reference