gh-113055: Use pointer for interp->obmalloc state (gh-113412)
For interpreters that share state with the main interpreter, this points to the same static memory structure. For interpreters with their own obmalloc state, it is heap allocated. Add free_obmalloc_arenas() which will free the obmalloc arenas and radix tree structures for interpreters with their own obmalloc state. Co-authored-by: Eric Snow <ericsnowcurrently@gmail.com>
N
Neil Schemenauer committed
7a7bce5a0ab249407e866a1e955d21fa2b0c8506
Parent: 2d08af3
Committed by GitHub <noreply@github.com>
on 1/27/2024, 3:38:14 AM