tiny.alloc.PhaseBoundaryState
Defined in tiny.alloc.
API (3)
Types and contracts
Public types and contracts.
Fields and members
Public fields and members.
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
| Definitions | 2 |
|---|---|
| Public names | 2 |
| Members | 5 |
| Version | 26.7.0 |
| Revision | daab053ee433 |