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