f0f2c02ea872243b6c906b67bf659dbbbde88e09
[IRC.git] / Robust / src / Runtime / bamboo / multicoregc.h
1 #ifndef BAMBOO_MULTICORE_GC_H
2 #define BAMBOO_MULTICORE_GC_H
3
4 struct garbagelist {
5   int size;
6   struct garbagelist *next;
7   void * array[];
8 };
9
10 #endif // BAMBOO_MULTICORE_GC_H