This PR introduces a new Arena and a function to bypass the Garbage Collector, as it may have some times when we don't want to waste time deallocating memory that would be reallocated later for the same data.
The freeze hook function returns the same block with a different allocation in a new Arena.
This PR introduces a new Arena and a function to bypass the Garbage Collector, as it may have some times when we don't want to waste time deallocating memory that would be reallocated later for the same data.
The
freeze
hook function returns the same block with a different allocation in a new Arena.