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