Constant failing [src]

An allocator that always fails to allocate.

Type

Allocator

Source

pub const failing: Allocator = .{ .ptr = undefined, .vtable = &.{ .alloc = noAlloc, .resize = unreachableResize, .remap = unreachableRemap, .free = unreachableFree, }, }