ConservativeGC.addRoot
void addRoot(void * p) nothrow @nogcAdd p to list of roots. If p is null, no operation is performed.
Parameters
p | A pointer into a GC-managed memory block or null. |
void addRoot(void * p) nothrow @nogcAdd p to list of roots. If p is null, no operation is performed.
p | A pointer into a GC-managed memory block or null. |