ILNumerics - Technical Application Development
Top
The MemoryPoolHandleT generic type exposes the following members.
Methods
Name | Description | |
---|---|---|
FindBin |
map lengths to bins
[ILNumerics Core Module] | |
Free |
Returns a chunk of memory back to the pool.
[ILNumerics Core Module] | |
GetBinLengths |
Return an enumeration of all lengths for memory chunks in bytes that the memory pool is able to manage (allocate).
[ILNumerics Core Module] | |
New(UInt64, Boolean) |
Request a memory chunk of minimal length length.
[ILNumerics Core Module] | |
New(UIntPtr, Boolean) |
Request a memory chunk of minimal length length.
[ILNumerics Core Module] | |
Shrink |
Shrinks the pool down to shrinkedSize by releasing old objects.
[ILNumerics Core Module] | |
ToString |
Produces statistical information about this memory pool instance for informal messages.
(Overrides ObjectToString.)[ILNumerics Core Module] |
See Also