示例#1
0
 internal static Object AllocateObject(VTable vtable,
                                       Thread currentThread)
 {
     VTable.Deny(Transitions.UnderGCControl(currentThread.threadIndex));
     return(installedGC.AllocateObject(vtable, currentThread));
 }