Skip to content

base: Eliminate pinned allocations from IntTable

Ben Gamari requested to merge wip/T19171 into master

This replaces the ForeignPtr used to track IntTable's pointer size with a single-entry mutable ByteArray#, eliminating the fragmentation noted in #19171 (closed).

Fixes #19171 (closed).

Merge request reports