public static T Allocate() { var rc = _allocator.Allocate(); AssertUtility.Assert(rc.GetType() == typeof(T)); return((T)rc); }
public static T Allocate() { var rc = _allocator.Allocate(); return((T)rc); }