The scratch memory arena allocator allows fast and deterministic allocations of short life memory. E.g. when creating API responses or other short lived allocations that are only needed for the duration of a call stack.
This PR is in preparation of the DDF bundle integration.
The scratch memory arena allocator allows fast and deterministic allocations of short life memory. E.g. when creating API responses or other short lived allocations that are only needed for the duration of a call stack.
This PR is in preparation of the DDF bundle integration.