Skip to documentation
SLOP

tiny.alloc.diagnosticAllocatorReport

Reference tiny.alloc diagnosticAllocatorReport

Defined in tiny.alloc.

Called byCallsprivate sourcelib.alloc.src.owner.DiagnosticProcessAllocato...finishprivate sourcelib.alloc.src.diagnosticslockInitprivate sourcelib.alloc.src.diagnosticsunlockInittiny.allocdiagnosticAllocatorReport
Static calls · unresolved targets: 0 · external targets: 1.

Source

Source: lib/alloc/src/diagnostics.zig:19

zig
pub fn report() ?deadalloc.Report {    if (comptime mode == null) return null;    lockInit();    defer unlockInit();    if (!initialized) return .{};    return storage.report();}

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

zig
pub const diagnosticAllocatorReport = diagnostics.report;

Audit

Definitions1
Public names1
Members0
Version26.7.0
Revisiondaab053ee433