Skip to documentation
SLOP

tiny.alloc.processAllocatorPhase

Reference tiny.alloc processAllocatorPhase

Defined in tiny.alloc.

Called byCallstest sourcelib.alloc.src.boundarytest: phase boundary transitions once...private sourcelib.alloc.src.processlockInitprivate sourcelib.alloc.src.processunlockInittiny.allocprocessAllocatorPhase
Static calls · unresolved targets: 0 · external targets: 1.

Source

Source: lib/alloc/src/process.zig:72

zig
pub fn currentPhase() ?phase.capacity.Phase {    if (comptime mode == .off) return null;    lockInit();    defer unlockInit();    if (!initialized) return .initialization;    return storage.phase();}

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

zig
pub const processAllocatorPhase = process.currentPhase;

Audit

Definitions1
Public names1
Members0
Version26.7.0
Revisiondaab053ee433