fn destroy(self: Allocator, ptr: anytype) void
ptr should be the return value of create, or otherwise have the same address and alignment property.
ptr
create
self: Allocator,
ptr: anytype,