reclam
ΒΆ
- Signature:
subroutine reclam(index, nwords)
- Arguments:
integer, intent(in):
index
: Starting location of space to be freed inalloc
.nwords
: Length of space to be freed.
- Description:
- Return
nwords
of space, beginning at locationindex
, to the free list.