ILNumerics Ultimate VS

MemoryPoolHandleTMaxSize Property

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
A hard limit of a number of bytes the memory pool is able to hold.

[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 ulong MaxSize { get; set; }

Property Value

Type: UInt64
Remarks

The memory pool limits the amount of memory hold alive to the number of bytes determined by MaxSize. No memory chunk greater than MaxSize can be stored in the pool.

[ILNumerics Core Module]

See Also

Reference