Function Memory.Realloc
        
                Realloc<T>
        
                (ref NativeArray<T> arr, int newSize, Allocator allocator, NativeArrayOptions options=…)
    
            
            
                Public
                    Static
            
        
        
                Realloc<T>
        
                (ref T[] arr, int newSize)
    
            
            
                Public
                    Static