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