NCEPLIBS-g2  3.5.0
realloc.F90 File Reference

Reallocate memory, preserving contents. More...

Go to the source code of this file.

Data Types

interface  re_alloc::realloc
 

Modules

module  re_alloc
 Reallocate memory, preserving contents.
 

Functions/Subroutines

subroutine re_alloc::realloc_c1 (c, n, m, istat)
 This subroutine reallocates a character array, preserving its contents. More...
 
subroutine re_alloc::realloc_i (c, n, m, istat)
 This subroutine reorganize integer type data in memory into one one dimensional array. More...
 
subroutine re_alloc::realloc_r (c, n, m, istat)
 This subroutine reallocates an integer array, preserving its contents. More...
 

Detailed Description

Reallocate memory, preserving contents.

Author
Stephen Gilbert
Date
2000-10-01

Definition in file realloc.F90.