ILNumerics - Technical Application Development
Top
The DeviceMemoryPool type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Free |
Returns a chunk of memory back to the pool.
(Inherited from MemoryPoolHandleT.)[ILNumerics Core Module] | |
| 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