From db55a1decc1d02538e61eac7db80b7daa351d5b6 Mon Sep 17 00:00:00 2001 From: David Mason Date: Fri, 6 Apr 2018 13:19:21 -0700 Subject: Add GetLoaderAllocatorObjectForGC to IGCToCLR (#17443) --- src/vm/gcenv.ee.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/vm/gcenv.ee.h') 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); -- cgit v1.2.3