DEFINITION - SUB
    FreeGPMVec addr& -- return AllocGPMVec& memory to the GPM system

OPERATION
    Free an allocation made by the AllocGPMVec& call.  The memory will be
    returned to the GPM system pool.

ARGUMENTS
    addr& -- pointer to the memory block address to free

NOTES
    If a block of memory is freed twice, or you pass a wrong pointer, you
    will probably cause the GPM system to panic with an error.  There may
    be more sanity checks added in the future.

SEE ALSO
    Freeing GP Memory

                                                 Back to Function Reference