ILNumerics Ultimate VS

MemoryPoolHandleT Properties

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development

The MemoryPoolHandleT generic type exposes the following members.

Properties

  NameDescription
Public propertyCount
The number of objects currently stored in this pool.

[ILNumerics Core Module]

Public propertyDevice
The device this pool is associated with.

[ILNumerics Core Module]

Public propertyMaxSize
A hard limit of a number of bytes the memory pool is able to hold.

[ILNumerics Core Module]

Public propertyMemoryType
The memory type managed by this pool [readonly].

[ILNumerics Core Module]

Public propertyOOMCount
Number of OOMs catched (and potentially forwarded) during allocation requests.

[ILNumerics Core Module]

Public propertyShrinkCount
Number of shrinking operations performed by the pool so far.

[ILNumerics Core Module]

Public propertySize
The sum in bytes of all objects currently hold in the pool.

[ILNumerics Core Module]

Public propertyThreadID
The managed thread ID of the thread this pool was created by/for. All (non-readonly) requests to the memory pools must be made from this thread only!

[ILNumerics Core Module]

Top
See Also

Reference