X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=Robust%2Fsrc%2FRuntime%2Fbamboo%2Fmulticoregc.h;h=be085b37a7affeda67143d184e4d0bd5e6ef36ad;hb=2baef458463efb0ef9b2d65eff9af472ccc99c4d;hp=f0f2c02ea872243b6c906b67bf659dbbbde88e09;hpb=721471aaa0ba4466d334d1a9d3046b1e2fa4cba4;p=IRC.git diff --git a/Robust/src/Runtime/bamboo/multicoregc.h b/Robust/src/Runtime/bamboo/multicoregc.h index f0f2c02e..be085b37 100644 --- a/Robust/src/Runtime/bamboo/multicoregc.h +++ b/Robust/src/Runtime/bamboo/multicoregc.h @@ -7,4 +7,8 @@ struct garbagelist { void * array[]; }; +void * gctopva; // top va for shared memory without reserved sblocks +void * gcbaseva; // base va for shared memory without reserved sblocks + + #endif // BAMBOO_MULTICORE_GC_H