Skip to documentation
SLOP

tiny.alloc.diagnosticAllocatorConfig

Reference tiny.alloc diagnosticAllocatorConfig

Defined in tiny.alloc.

Called byCallsNo direct callstiny.allocinteractiveSessionAllocatorprivate sourcelib.alloc.src.policyplatformProcessAllocatortiny.allocdiagnosticAllocatorConfig
Static calls · unresolved targets: 0 · external targets: 1.

Source

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

zig
pub fn config() ?deadalloc.Config {    const diagnostics_mode = mode orelse return null;    return deadalloc.Config.diagnostic(diagnostics_mode);}

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

zig
pub const diagnosticAllocatorConfig = diagnostics.config;

Audit

Definitions1
Public names1
Members0
Version26.7.0
Revisiondaab053ee433