Constant vtable [src]

Type

Allocator.VTable

Source

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