alloc: boolrealloc: boolfree: booluninitialized: boolzeroed: boolaligned: bool_: u26 = 0pub const AllocKind = packed struct(u32) {
alloc: bool,
realloc: bool,
free: bool,
uninitialized: bool,
zeroed: bool,
aligned: bool,
_: u26 = 0,
}