Confirmed users, Bureaucrats and Sysops emeriti
1,217
edits
(Rooting...) |
(whoops, layout without location is kinda silly!) |
||
Line 185: | Line 185: | ||
GCRoot *next; /* managed by the gc */ | GCRoot *next; /* managed by the gc */ | ||
GCRoot *prev; /* managed by the gc */ | GCRoot *prev; /* managed by the gc */ | ||
GCLayout *layout; | GCLayout *layout; | ||
void *address; | |||
} gc_Root; | } gc_Root; | ||
void '''gc_add_root'''( | void '''gc_add_root'''( | ||
GCRoot *root); | GCRoot *root); |