Unload_Map
Last Modified: May 23, 2005 20:05PM
|
|
| (Any)
|
Description
UNLOAD_MAP ( INT LIBRARY, INT GRAPH )
It frees up the memory occupied by a graph
PARAMETERS:
INT library: Number of the FPG library
INT graph: Number of graph inside of library
DESCRIPTION:
It frees up the memory occupied by a graph that can be inside of an FPG library, or have been created independently by New_Map, or recovered of disk by a function like Load_Map.
The later accesses to the unloaded graph are considered an error (for example, it is not valid to assign the graph to the variable GRAPH of a process).
It is possible to use this function to quit graph of a FPG archive. The changes made by this function only affect to the FPG on memory: to refresh the FPG archive with them it is necessary to use the function Save_Fpg.
|
User Contributed Notes Unload_Map |
|
dasdas 24-May-2005 5:54 |
#6
|
Testing :P 
|
|
|
| Last updated: Wed, 25 May 2005 - 8:14:38 |
|
|