Skip to documentation
SLOP

tiny.alloc.PhaseBoundaryState

Reference tiny.alloc PhaseBoundaryState

Defined in tiny.alloc.

API (3)

Types and contracts

Public types and contracts.

Fields and members

Public fields and members.

No direct callersNo direct callstiny.allocPhaseBoundaryState
Static calls · unresolved targets: unknown · external targets: unknown.

Source

Source: lib/alloc/src/boundary.zig:6

zig
pub const PhaseBoundaryState = struct {    phase: Phase = .initialization,    sealed: bool = false,    pub const Phase = enum { initialization, steady, teardown };};

Source: lib/alloc/src/root.zig:71

zig
pub const PhaseBoundaryState = boundary.PhaseBoundaryState;

Audit

Definitions2
Public names2
Members5
Version26.7.0
Revisiondaab053ee433