peterhuene closed issue #2715:
Currently the pooling instance allocator page-aligns each instance in the pool.
This is unnecessary and can lead to wasting some space to alignment padding.
Instances can be aligned according to their natural alignment instead as the pooling instance allocator does not muck around with the backing pages for an instance like it does with the other resources.
peterhuene commented on issue #2715:
Closing this old issue as I audit my assigned issues.
Last updated: May 03 2026 at 22:13 UTC