Skip to documentation
SLOP

tiny.alloc.processAllocatorPhaseViolations

Reference tiny.alloc processAllocatorPhaseViolations

Defined in tiny.alloc.

Called byCallstiny.allocwritePhaseReportprivate sourcelib.alloc.src.processlockInitprivate sourcelib.alloc.src.processunlockInittiny.allocprocessAllocatorPhaseViolations
Static calls · unresolved targets: 0 · external targets: 1.

Source

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

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

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

zig
pub const processAllocatorPhaseViolations = process.violations;

Audit

Definitions1
Public names1
Members0
Version26.7.0
Revisiondaab053ee433