Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
vulkan/malloc: bump up maximum slab age
Helps avoid GC/realloc thrashing on high FPS displays, especially with the fact that mpv now calls *both* pl_gpu_flush() and pl_swapchain_submit(), leading to two GC age ticks per frame. Probably a more principled solution would be better (e.g. wallclock age), but for now this is a quick improvement to the status quo.
- Loading branch information