const vtable: mem.Allocator.VTable = .
const vtable: mem.Allocator.VTable = .{ .alloc = alloc, .free = free, .resize = resize, .remap = remap, }