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/gc/sample/gcenv.ee.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/gc/sample') diff --git a/src/gc/sample/gcenv.ee.cpp b/src/gc/sample/gcenv.ee.cpp index 996701e74a..0311c0e31b 100644 --- a/src/gc/sample/gcenv.ee.cpp +++ b/src/gc/sample/gcenv.ee.cpp @@ -218,6 +218,11 @@ void GCToEEInterface::GcEnumAllocContexts (enum_alloc_context_func* fn, void* pa } } +uint8_t* GCToEEInterface::GetLoaderAllocatorObjectForGC(Object* pObject) +{ + return NULL; +} + void GCToEEInterface::SyncBlockCacheWeakPtrScan(HANDLESCANPROC /*scanProc*/, uintptr_t /*lp1*/, uintptr_t /*lp2*/) { } -- cgit v1.2.3