Skip to documentation
SLOP

alloc_observe.Suppression

Reference 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.

No direct callersNo direct callsalloc_observeSuppression
Static calls · unresolved targets: unknown · external targets: unknown.

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

Definitions1
Public names1
Members0
Version26.7.0
Revisiondaab053ee433