Skip to content

aux/pb: add a new slab alloc function for reclaiming all bo objects

Mike Blumenkrantz requested to merge zmike/mesa:reclaim into main

sometimes a driver might want to always reclaim all bo objects in the course of allocating a new bo. this is useful when it's known that a given memory heap is very small and will likely need to keep its usage minimized

Merge request reports