ILNumerics Ultimate VS

MemoryPoolHandleTShrink Method

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
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

public void Shrink(
	ulong shrinkedSize
)

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

Reference