ILNumerics Ultimate VS

MemoryPoolHandleT Methods

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development

The MemoryPoolHandleT generic type exposes the following members.

Methods

  NameDescription
Public methodStatic memberFindBin
map lengths to bins

[ILNumerics Core Module]

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

[ILNumerics Core Module]

Public methodStatic memberGetBinLengths
Return an enumeration of all lengths for memory chunks in bytes that the memory pool is able to manage (allocate).

[ILNumerics Core Module]

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

[ILNumerics Core Module]

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

[ILNumerics Core Module]

Public methodShrink
Shrinks the pool down to shrinkedSize by releasing old objects.

[ILNumerics Core Module]

Public methodToString
Produces statistical information about this memory pool instance for informal messages.

[ILNumerics Core Module]

(Overrides ObjectToString.)
Top
See Also

Reference