Class ConcurrentArrayPool<T>
public class ConcurrentArrayPool<T> : ArrayPool<T> where T : struct
Type Parameters
T
- Inheritance
-
ArrayPool<T>ConcurrentArrayPool<T>
- Inherited Members
Methods
Allocate(int)
public override T[] Allocate(int size)
Parameters
size
int
Returns
- T[]
Clear()
public override void Clear()
Free(T[])
public override void Free(T[] array)
Parameters
array
T[]