Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
uma: Remove a bogus setbounds operation
It's up to the backend allocator to apply bounds. When UMA is allocating memory, this is already done in the keg (slab allocator) layer. For cache zones, where UMA is just providing a frontend to some custom allocator, we shouldn't be touching bounds at all; we don't even know that what we're allocating is memory, UMA is just providing per-CPU caching for pointer-sized objects.
- Loading branch information