ILNumerics - Technical Application Development
Top
The CLSharedMemoryPool type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Free | (Overrides MemoryPoolHandleTFree(HandleT).) | |
| New(UInt64, Boolean) |
Request a memory chunk of minimal length length.
(Inherited from MemoryPoolHandleT.)[ILNumerics Core Module] | |
| New(UIntPtr, Boolean) |
Request a memory chunk of minimal length length.
(Inherited from MemoryPoolHandleT.)[ILNumerics Core Module] | |
| Shrink |
Shrinks the pool down to shrinkedSize by releasing old objects.
(Inherited from MemoryPoolHandleT.)[ILNumerics Core Module] | |
| ToString |
Produces statistical information about this memory pool instance for informal messages.
(Inherited from MemoryPoolHandleT.)[ILNumerics Core Module] |
See Also