You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 5, 2019. It is now read-only.
ExtendedWeakReference data is loaded from flash on initial time(CLR_RT_Persistence_Manager::Initialize()) whether we use ExtendedWeakReference or not, and marked as WR_Restored.
On CLR_RT_GarbageCollector::CheckMemoryPressure(), if memory is pressured, it deletes all WR_Restored objects.
So finally ExtendedWeakReference data is deleted after calling GC.