IReferenceTrackerHost::AddMemoryPressure 方法 (windows.ui.xaml.hosting.referencetracker.h)
通知主機自上次通知後增加的記憶體配置。 CLR 會使用此來通知演算法,以判斷何時執行垃圾收集。
語法
HRESULT AddMemoryPressure(
UINT64 bytesAllocated
);
參數
bytesAllocated
目前配置的位元組數目。
傳回值
如果此方法成功,則會傳回 S_OK。 否則,它會傳回 HRESULT 錯誤碼。
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows 8 [傳統型應用程式 |UWP 應用程式] |
最低支援的伺服器 | Windows Server 2012 [傳統型應用程式 |UWP 應用程式] |
目標平台 | Windows |
標頭 | windows.ui.xaml.hosting.referencetracker.h |