|
potion
0.2
|
the garbage collector More...
#include <potion.h>
Data Fields | |
| volatile void * | birth_lo |
| the birth region More... | |
| volatile void * | birth_hi |
| volatile void * | birth_cur |
| volatile void ** | birth_storeptr |
| volatile void * | old_lo |
| the old region (TODO: consider making the old region common to all threads) More... | |
| volatile void * | old_hi |
| volatile void * | old_cur |
| volatile int | collecting |
| volatile int | dirty |
| volatile int | pass |
| volatile int | majors |
| volatile int | minors |
| void * | cstack |
| machine stack start More... | |
| void * | protect |
| end of protected memory More... | |
| double | time |
| volatile void* PNMemory::old_lo |