std › heap.raw_c_allocator_vtableraw_c_allocator_vtableSourceImplementation#const raw_c_allocator_vtable: Allocator.VTable = .{ .alloc = rawCAlloc, .resize = rawCResize, .remap = rawCRemap, .free = rawCFree, }
const raw_c_allocator_vtable: Allocator.VTable = .{ .alloc = rawCAlloc, .resize = rawCResize, .remap = rawCRemap, .free = rawCFree, }