Go to the source code of this file.
Classes | |
class | generation |
class | newGeneration |
class | oldGeneration |
Defines | |
#define | FOR_EACH_OLD_SPACE(s) |
#define FOR_EACH_OLD_SPACE | ( | s | ) |
Value:
for (oldSpace *s= Universe::old_gen.first_space; \ s != NULL; \ s= s->next_space)
Definition at line 182 of file generation.hpp.