2 references to InterlockedAddMemoryPressure
System.Private.CoreLib (2)
System\GC.NativeAot.cs (2)
599
long newMemValue =
InterlockedAddMemoryPressure
(ref s_addPressure[p], bytesAllocated);
717
InterlockedAddMemoryPressure
(ref s_removePressure[p], bytesAllocated);