Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Vorlicek <janvorli@microsoft.com>2015-11-25 16:30:53 +0300
committerJan Vorlicek <janvorli@microsoft.com>2015-11-25 16:34:42 +0300
commit4c3b2cfb227752e2454fde32c4adc45a2aac88b2 (patch)
tree0d38ee1ee1ad841543034e9ed9d766774e4e44d1 /src/Native/Runtime/GCMemoryHelpers.h
parent32645e3eb9e4d302d91c3592308435486c9d3afc (diff)
Addressed feedback
Diffstat (limited to 'src/Native/Runtime/GCMemoryHelpers.h')
-rw-r--r--src/Native/Runtime/GCMemoryHelpers.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/Native/Runtime/GCMemoryHelpers.h b/src/Native/Runtime/GCMemoryHelpers.h
new file mode 100644
index 000000000..762abe1c9
--- /dev/null
+++ b/src/Native/Runtime/GCMemoryHelpers.h
@@ -0,0 +1,10 @@
+//
+// Copyright (c) Microsoft Corporation. All rights reserved.
+// Licensed under the MIT license. See LICENSE file in the project root for full license information.
+//
+
+//
+// Unmanaged GC memory helpers
+//
+
+EXTERN_C void REDHAWK_CALLCONV RhpBulkWriteBarrier(void* pMemStart, UInt32 cbMemSize);