ILNumerics - Technical Application Development
Top
The ManagedHostPoolT generic type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Count |
The number of objects currently stored in this pool.
(Inherited from MemoryPoolHandleT.)[ILNumerics Core Module] | |
| Device |
The device this pool is associated with.
(Inherited from MemoryPoolHandleT.)[ILNumerics Core Module] | |
| MaxSize |
A hard limit of a number of bytes the memory pool is able to hold.
(Inherited from MemoryPoolHandleT.)[ILNumerics Core Module] | |
| MemoryType |
The memory type managed by this pool [readonly].
(Inherited from MemoryPoolHandleT.)[ILNumerics Core Module] | |
| OOMCount |
Number of OOMs catched (and potentially forwarded) during allocation requests.
(Inherited from MemoryPoolHandleT.)[ILNumerics Core Module] | |
| Pool | ||
| ShrinkCount |
Number of shrinking operations performed by the pool so far.
(Inherited from MemoryPoolHandleT.)[ILNumerics Core Module] | |
| Size |
The sum in bytes of all objects currently hold in the pool.
(Inherited from MemoryPoolHandleT.)[ILNumerics Core Module] | |
| ThreadID |
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!
(Inherited from MemoryPoolHandleT.)[ILNumerics Core Module] |
See Also