gfx-rs / gfx-extras

DEPRECATED: Extra libraries to help working with gfx-hal

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Clean up generic allocations

kvark opened this issue · comments

Running a large application, I'm seeing memory chunks with no active allocations, being held still.
I think the missing logic needs to go in

Discovered that it actually happens on deallocation, it's not lazy at the moment. So this code is meant to just return 0.