示例#1
0
 internal override void NewThreadNotification(Thread newThread,
                                              bool initial)
 {
     base.NewThreadNotification(newThread, initial);
     BumpAllocator.NewThreadNotification(newThread, PageType.Owner0);
 }
示例#2
0
 internal override void NewThreadNotification(Thread newThread,
                                              bool initial)
 {
     base.NewThreadNotification(newThread, initial);
     BumpAllocator.NewThreadNotification(newThread, nurseryGeneration);
 }