Aug. 24, 2026
3:48 p.m.
On Mon Aug 24 15:13:02 2026 +0000, Alex Henrie wrote:
The segment has to remain allocated to the resource even if it is discarded, so that the resource can be reloaded later and still have the same handle as before. This commit does not use up any more segments than Windows does. In other words, "discardable" means that the segment's memory can be discarded, but not the segment selector itself. The "discardable" mechanism is only for reclaiming memory; it can't reclaim segment selectors.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/11742#note_149695