예제 #1
0
파일: TestEditor.cs 프로젝트: alexfordc/Au
 void TestNoGcRegion()
 {
     for (int i = 0; i < 2; i++)
     {
         ADebug.MemorySetAnchor_();
         bool noGC = GC.TryStartNoGCRegion(10_000_000);
         var  a    = new byte[50_000_000];