tiny.alloc.processAllocatorPhase
Defined in tiny.alloc.
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
| Definitions | 1 |
|---|---|
| Public names | 1 |
| Members | 0 |
| Version | 26.7.0 |
| Revision | daab053ee433 |