fn free(self: Allocator, memory: anytype) void
Free an array allocated with alloc. To free a single item, see destroy.
alloc
destroy
self: Allocator,
memory: anytype,