summaryrefslogtreecommitdiff
path: root/src/vm/comutilnative.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vm/comutilnative.h')
-rw-r--r--src/vm/comutilnative.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/vm/comutilnative.h b/src/vm/comutilnative.h
index e632acfb97..67c111bbb4 100644
--- a/src/vm/comutilnative.h
+++ b/src/vm/comutilnative.h
@@ -140,6 +140,14 @@ public:
static FCDECL0(INT64, GetAllocatedBytesForCurrentThread);
+#ifdef FEATURE_BASICFREEZE
+ static
+ void* QCALLTYPE RegisterFrozenSegment(void *pSection, INT32 sizeSection);
+
+ static
+ void QCALLTYPE UnregisterFrozenSegment(void *segmentHandle);
+#endif // FEATURE_BASICFREEZE
+
static
int QCALLTYPE StartNoGCRegion(INT64 totalSize, BOOL lohSizeKnown, INT64 lohSize, BOOL disallowFullBlockingGC);