Méthode IReferenceTrackerHost ::AddMemoryPressure (windows.ui.xaml.hosting.referencetracker.h)
Informe l’hôte de l’augmentation des allocations de mémoire depuis la dernière notification. Le CLR l’utilise pour informer l’algorithme qui détermine quand exécuter un garbage collection.
Syntaxe
HRESULT AddMemoryPressure(
UINT64 bytesAllocated
);
Paramètres
bytesAllocated
Nombre d’octets actuellement alloués.
Valeur retournée
Si cette méthode réussit, elle retourne S_OK. Sinon, elle retourne un code d’erreur HRESULT.
Spécifications
Condition requise | Valeur |
---|---|
Client minimal pris en charge | Windows 8 [applications de bureau | Applications UWP] |
Serveur minimal pris en charge | Windows Server 2012 [applications de bureau | Applications UWP] |
Plateforme cible | Windows |
En-tête | windows.ui.xaml.hosting.referencetracker.h |