summaryrefslogtreecommitdiff
path: root/src/vm/gcenv.ee.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vm/gcenv.ee.h')
-rw-r--r--src/vm/gcenv.ee.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vm/gcenv.ee.h b/src/vm/gcenv.ee.h
index 97413e3d53..0dbf70d875 100644
--- a/src/vm/gcenv.ee.h
+++ b/src/vm/gcenv.ee.h
@@ -35,6 +35,7 @@ public:
Thread* GetThread();
gc_alloc_context * GetAllocContext();
void GcEnumAllocContexts(enum_alloc_context_func* fn, void* param);
+ uint8_t* GetLoaderAllocatorObjectForGC(Object* pObject);
// Diagnostics methods.
void DiagGCStart(int gen, bool isInduced);