tiny.deadalloc.DiagnosticConfig
Defined in tiny.deadalloc.
API (3)
Fields and members
Public fields and members.
Source
Source: lib/deadalloc/src/allocator.zig:16
zig
pub const DiagnosticConfig = struct { enabled: bool = false, red_zone_bytes: usize = 16, quarantine_epochs: u64 = 16,};Source: lib/deadalloc/src/root.zig:47
zig
pub const DiagnosticConfig = allocator_mod.DiagnosticConfig;Audit
| Definitions | 1 |
|---|---|
| Public names | 1 |
| Members | 3 |
| Version | 26.7.0 |
| Revision | daab053ee433 |