mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-04-02 04:25:16 +02:00
Freeing all empty chunks immediately may cause issues if an app constantly allocates and frees a small number of resources that don't fit into any existing chunk, so try to keep one around. Aggressively free everything under memory pressure if necessary.