Function RollbackAllocator.make
Allocates a T and returns a pointer to it
auto make(T, Args...)(
auto ref Args args
);
Allocates a T and returns a pointer to it
auto make(T, Args...)(
auto ref Args args
);