Bounded arena allocator doesn't work if bounded size > BLOCK_SIZE

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P3
    • None
    • Affects Version/s: repo-panama
    • Component/s: tools

      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.

            Assignee:
            Maurizio Cimadamore
            Reporter:
            Maurizio Cimadamore
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: