fn destroy(self: Allocator, ptr: anytype) void

ptr should be the return value of create, or otherwise have the same address and alignment property.

Parameters

self: Allocator,
ptr: anytype,