Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ free(3F) — Sun FORTRAN 1.3.1

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

malloc(3F)

FREE(3F)  —  FORTRAN LIBRARY ROUTINES

NAME

free − deallocate a region of memory previously allocated by malloc

SYNOPSIS

subroutine free ( ptr )
pointer ( ptr, x )

DESCRIPTION

free deallocates a region of memory previously allocated by malloc.  The region of memory is returned to the memory manager; it is not explicitly available to the user’s program. 

FILES

/usr/lang/f77/libF77.a

SEE ALSO

malloc(3F)

Sun Release 4.1  —  Last change: 13 November 1989

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026