singrdk/base/Interfaces/Bartok/WriteBarrierCMS.csi

17 lines
366 B
Plaintext
Raw Normal View History

2008-03-05 09:52:00 -05:00
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
namespace System.GCs {
internal unsafe class WriteBarrierCMS {
internal static unsafe void ObjWriteBarrier(Object obj);
internal static unsafe void LocWriteBarrier(UIntPtr *addr,
UIntPtr value);
}
}