ILNumerics - Technical Application Development
Assembly: ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
Shrinks the pool down to shrinkedSize by releasing old objects.
[ILNumerics Core Module]
Namespace: ILNumerics.Core.MemoryLayer
Assembly: ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax
Parameters
- shrinkedSize
- Type: SystemUInt64
The target size in bytes of the pool. The pool will be shrinked, until its size drops below this value.
Implements
IMemoryPoolShrink(UInt64)Remarks
[ILNumerics Core Module]
See Also