Home
last modified time | relevance | path

Searched refs:lohSize (Results 1 – 19 of 19) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.CoreLib/src/System/
H A DGC.cs285 public static bool TryStartNoGCRegion(long totalSize, long lohSize) in TryStartNoGCRegion() argument
287 return StartNoGCRegionWorker(totalSize, true, lohSize, false); in TryStartNoGCRegion()
319 … public static bool TryStartNoGCRegion(long totalSize, long lohSize, bool disallowFullBlockingGC) in TryStartNoGCRegion() argument
321 return StartNoGCRegionWorker(totalSize, true, lohSize, disallowFullBlockingGC); in TryStartNoGCRegion()
324 …private static bool StartNoGCRegionWorker(long totalSize, bool hasLohSize, long lohSize, bool disa… in StartNoGCRegionWorker() argument
335 if (lohSize <= 0) in StartNoGCRegionWorker()
338 nameof(lohSize), in StartNoGCRegionWorker()
339 SR.Format(SR.ArgumentOutOfRange_MustBePositive, nameof(lohSize))); in StartNoGCRegionWorker()
342 if (lohSize > totalSize) in StartNoGCRegionWorker()
344 …throw new ArgumentOutOfRangeException(nameof(lohSize), SR.ArgumentOutOfRange_NoGCLohSizeGreaterTot… in StartNoGCRegionWorker()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/
H A Dgc.cs104 …internal static extern int _StartNoGCRegion(long totalSize, bool lohSizeKnown, long lohSize, bool …
589 …static bool StartNoGCRegionWorker(long totalSize, bool hasLohSize, long lohSize, bool disallowFull… in StartNoGCRegionWorker() argument
594 … status = (StartNoGCRegionStatus)_StartNoGCRegion(totalSize, hasLohSize, lohSize, disallowFullBloc… in StartNoGCRegionWorker()
613 public static bool TryStartNoGCRegion(long totalSize, long lohSize) in TryStartNoGCRegion() argument
615 return StartNoGCRegionWorker(totalSize, true, lohSize, false); in TryStartNoGCRegion()
625 … public static bool TryStartNoGCRegion(long totalSize, long lohSize, bool disallowFullBlockingGC) in TryStartNoGCRegion() argument
627 return StartNoGCRegionWorker(totalSize, true, lohSize, disallowFullBlockingGC); in TryStartNoGCRegion()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/Native/Runtime/
H A DGCHelpers.cpp59 …32 __cdecl RhpStartNoGCRegion(Int64 totalSize, Boolean hasLohSize, Int64 lohSize, Boolean disallow… in RhpStartNoGCRegion() argument
67 …int result = GCHeapUtilities::GetGCHeap()->StartNoGCRegion(totalSize, hasLohSize, lohSize, disallo… in RhpStartNoGCRegion()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/Runtime.Base/src/System/Runtime/
H A DInternalCalls.cs59 …internal static Int32 RhStartNoGCRegion(Int64 totalSize, bool hasLohSize, Int64 lohSize, bool disa… in RhStartNoGCRegion() argument
61 return RhpStartNoGCRegion(totalSize, hasLohSize, lohSize, disallowFullBlockingGC); in RhStartNoGCRegion()
442 … extern Int32 RhpStartNoGCRegion(Int64 totalSize, bool hasLohSize, Int64 lohSize, bool disallowFul… in RhpStartNoGCRegion() argument
/dports/lang/mono/mono-5.10.1.57/external/corert/src/Native/gc/
H A Dgcimpl.h177 …int StartNoGCRegion(uint64_t totalSize, BOOL lohSizeKnown, uint64_t lohSize, BOOL disallowFullBloc…
H A Dgcinterface.h368 …virtual int StartNoGCRegion(uint64_t totalSize, BOOL lohSizeKnown, uint64_t lohSize, BOOL disallow…
H A Dgc.cpp35526 int GCHeap::StartNoGCRegion(uint64_t totalSize, BOOL lohSizeKnown, uint64_t lohSize, BOOL disallowF… argument
35531 …tus status = gc_heap::prepare_for_no_gc_region (totalSize, lohSizeKnown, lohSize, disallowFullBloc…
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.CoreLib/src/System/Runtime/
H A DRuntimeImports.cs183 …internal static extern int RhStartNoGCRegion(long totalSize, bool hasLohSize, long lohSize, bool d… in RhStartNoGCRegion() argument
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Runtime/ref/
H A DSystem.Runtime.cs1262 public static bool TryStartNoGCRegion(long totalSize, long lohSize) { throw null; } in TryStartNoGCRegion() argument
1263 …public static bool TryStartNoGCRegion(long totalSize, long lohSize, bool disallowFullBlockingGC) {… in TryStartNoGCRegion() argument
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.1/
H A Dmscorlib.cs2998 public static bool TryStartNoGCRegion(long totalSize, long lohSize) { throw null; } in TryStartNoGCRegion() argument
3000 …public static bool TryStartNoGCRegion(long totalSize, long lohSize, bool disallowFullBlockingGC) {… in TryStartNoGCRegion() argument
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6/
H A Dmscorlib.cs2998 public static bool TryStartNoGCRegion(long totalSize, long lohSize) { throw null; } in TryStartNoGCRegion() argument
3000 …public static bool TryStartNoGCRegion(long totalSize, long lohSize, bool disallowFullBlockingGC) {… in TryStartNoGCRegion() argument
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/monotouch/
H A Dmscorlib.cs2876 public static bool TryStartNoGCRegion(long totalSize, long lohSize) { throw null; } in TryStartNoGCRegion() argument
2878 …public static bool TryStartNoGCRegion(long totalSize, long lohSize, bool disallowFullBlockingGC) {… in TryStartNoGCRegion() argument
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monotouch/
H A Dmscorlib.cs2879 public static bool TryStartNoGCRegion(long totalSize, long lohSize) { throw null; } in TryStartNoGCRegion() argument
2881 …public static bool TryStartNoGCRegion(long totalSize, long lohSize, bool disallowFullBlockingGC) {… in TryStartNoGCRegion() argument
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.2/
H A Dmscorlib.cs2998 public static bool TryStartNoGCRegion(long totalSize, long lohSize) { throw null; } in TryStartNoGCRegion() argument
3000 …public static bool TryStartNoGCRegion(long totalSize, long lohSize, bool disallowFullBlockingGC) {… in TryStartNoGCRegion() argument
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/net_4_x/
H A Dmscorlib.cs2950 public static bool TryStartNoGCRegion(long totalSize, long lohSize) { throw null; } in TryStartNoGCRegion() argument
2952 …public static bool TryStartNoGCRegion(long totalSize, long lohSize, bool disallowFullBlockingGC) {… in TryStartNoGCRegion() argument
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/monodroid/
H A Dmscorlib.cs2896 public static bool TryStartNoGCRegion(long totalSize, long lohSize) { throw null; } in TryStartNoGCRegion() argument
2898 …public static bool TryStartNoGCRegion(long totalSize, long lohSize, bool disallowFullBlockingGC) {… in TryStartNoGCRegion() argument
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monodroid/
H A Dmscorlib.cs2899 public static bool TryStartNoGCRegion(long totalSize, long lohSize) { throw null; } in TryStartNoGCRegion() argument
2901 …public static bool TryStartNoGCRegion(long totalSize, long lohSize, bool disallowFullBlockingGC) {… in TryStartNoGCRegion() argument
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.7/
H A Dmscorlib.cs3134 public static bool TryStartNoGCRegion(long totalSize, long lohSize) { throw null; } in TryStartNoGCRegion() argument
3136 …public static bool TryStartNoGCRegion(long totalSize, long lohSize, bool disallowFullBlockingGC) {… in TryStartNoGCRegion() argument
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.7.1/
H A Dmscorlib.cs3129 public static bool TryStartNoGCRegion(long totalSize, long lohSize) { throw null; } in TryStartNoGCRegion() argument
3131 …public static bool TryStartNoGCRegion(long totalSize, long lohSize, bool disallowFullBlockingGC) {… in TryStartNoGCRegion() argument