Skip to content

gio/win32: add GMemoryMonitorWin32

Marc-André Lureau requested to merge malureau/glib:win32-mem-monitor into main

Windows has CreateMemoryResourceNotification() API:

https://docs.microsoft.com/en-us/windows/win32/api/memoryapi/nf-memoryapi-creatememoryresourcenotification

It only notifies whether "Available physical memory is running low."

Helps: #1371

Edited by Marc-André Lureau

Merge request reports