Pointer-bump allocator with rollback functionality.
Allocates size bytes of memory.
Allocates a T and returns a pointer to it
Rolls back the allocator to the given checkpoint.
Get a checkpoint for the allocator.
See Implementation
Pointer-bump allocator with rollback functionality.