-
Bug
-
Resolution: Fixed
-
P3
-
None
-
repo-panama
Since bounded and unbounded arena allocators share code, there is an issue when a bounded arena allocator has a bounded size > block size. In these cases, the shared implementation (which is for unbounded allocators) will attempt to fork the allocation onto a different segment, thus triggering an exception.