A* Pathfinding Project  4.0.7
The A* Pathfinding Project for Unity 3D
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties Events Macros Groups Pages
ArrayPool< T > Member List

This is the complete list of members for ArrayPool< T >, including all inherited members.

Claim(int minimumLength)ArrayPool< T >static
ClaimWithExactLength(int length)ArrayPool< T >static
exactPoolArrayPool< T >privatestatic
inPoolArrayPool< T >privatestatic
poolArrayPool< T >privatestatic
Release(ref T[] array, bool allowNonPowerOfTwo=false)ArrayPool< T >static