Class SpinAllocator<T>


  • public class SpinAllocator<T>
    extends Object
    Deprecated.
    deprecated as of TW-72860 SpinAllocator can be used for allocating short-live automatic objects of type T. Avoiding reenterable allocations, MAX_SIMULTANEOUS_ALLOCATIONS are concurrently possible.