Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ TryStartNoGCRegion() [3/4]

static bool System.GC.TryStartNoGCRegion ( long totalSize,
long lohSize )
inlinestatic

Definition at line 352 of file GC.cs.

353 {
354 return StartNoGCRegionWorker(totalSize, hasLohSize: true, lohSize, disallowFullBlockingGC: false);
355 }
static bool StartNoGCRegionWorker(long totalSize, bool hasLohSize, long lohSize, bool disallowFullBlockingGC)
Definition GC.cs:321

References System.GC.StartNoGCRegionWorker().