alloc_observe.Suppression
Internal implementation documentation
Defined in alloc_observe.
A nesting depth token that suspends the creation of new spans and silent contexts on the current thread while active.
Source
Source: lib/alloc/observe/src/protocol.zig:406
zig
/// A nesting depth token that suspends the creation of new spans and silent/// contexts on the current thread while active. `Suppression` does not prevent/// underlying memory allocations from proceeding, does not mute observation on/// other threads, and does not cancel or modify spans that were already/// initiated prior to suppression.pub const Suppression = if (enabled) EnabledSuppressionelse DisabledSuppression;Source: lib/alloc/observe/src/root.zig:444
zig
/// A nesting depth token that suspends the creation of new spans and silent/// contexts on the current thread while active. `Suppression` does not prevent/// underlying memory allocations from proceeding, does not mute observation on/// other threads, and does not cancel or modify spans that were already/// initiated prior to suppression.pub const Suppression = protocol.Suppression;Audit
| Definitions | 1 |
|---|---|
| Public names | 1 |
| Members | 0 |
| Version | 26.7.0 |
| Revision | daab053ee433 |