summaryrefslogtreecommitdiff
path: root/src/vm/ecalllist.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vm/ecalllist.h')
-rw-r--r--src/vm/ecalllist.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/vm/ecalllist.h b/src/vm/ecalllist.h
index 5fce2000eb..83dadce185 100644
--- a/src/vm/ecalllist.h
+++ b/src/vm/ecalllist.h
@@ -786,6 +786,7 @@ FCFuncStart(gGCInterfaceFuncs)
QCFuncElement("_StartNoGCRegion", GCInterface::StartNoGCRegion)
QCFuncElement("_EndNoGCRegion", GCInterface::EndNoGCRegion)
FCFuncElement("IsServerGC", SystemNative::IsServerGC)
+ FCFuncElement("GetSegmentSize", GCInterface::GetSegmentSize)
QCFuncElement("_AddMemoryPressure", GCInterface::_AddMemoryPressure)
QCFuncElement("_RemoveMemoryPressure", GCInterface::_RemoveMemoryPressure)
FCFuncElement("GetGeneration", GCInterface::GetGeneration)
@@ -800,10 +801,6 @@ FCFuncStart(gGCInterfaceFuncs)
FCFuncElement("_GetAllocatedBytesForCurrentThread", GCInterface::GetAllocatedBytesForCurrentThread)
FCFuncEnd()
-FCFuncStart(gMemoryFailPointFuncs)
- FCFuncElement("GetMemorySettings", COMMemoryFailPoint::GetMemorySettings)
-FCFuncEnd()
-
FCFuncStart(gInteropMarshalFuncs)
FCFuncElement("GetLastWin32Error", MarshalNative::GetLastWin32Error)
FCFuncElement("SetLastWin32Error", MarshalNative::SetLastWin32Error)
@@ -1250,7 +1247,6 @@ FCClassElement("MathF", "System", gMathFFuncs)
FCClassElement("Mda", "System", gMda)
#endif
FCClassElement("MdUtf8String", "System", gMdUtf8String)
-FCClassElement("MemoryFailPoint", "System.Runtime", gMemoryFailPointFuncs)
FCClassElement("MetadataImport", "System.Reflection", gMetaDataImport)
FCClassElement("MissingMemberException", "System", gMissingMemberExceptionFuncs)
#ifdef FEATURE_COMINTEROP