This is a resting place for un-needed instances. They may be stored in the dump in case they are needed later on. Only pure instance should be stored in the dump, and the dumping procedure is responsible for making sure that the instance it "pure", and unconnected to anything else. Typically, these restrictions are only met by atoms.
#include <utilities/ascConfig.h>
#include "instance_enum.h"
#include "compiler.h"
Include dependency graph for dump.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Defines | |
| #define | MESSYTHRESH 10 |
Functions | |
| void | InitDump (void) |
| ASC_DLLSPEC void | EmptyTrash (void) |
| void | TendTrash (void) |
| void | TrashType (symchar *str) |
| void | AddInstance (struct Instance *i) |
| Instance * | FindInstance (symchar *str) |
1.5.1