Skip to documentation
SLOP

tiny.alloc.ProcessAllocatorOwner

Reference tiny.alloc ProcessAllocatorOwner

Defined in tiny.alloc.

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

Source

Source: lib/alloc/src/owner.zig:32

zig
pub const ProcessAllocatorOwner = if (diagnostics.mode != null or process.mode != .off)    DiagnosticProcessAllocatorOwnerelse if (retainsPages(builtin.mode, builtin.is_test, std.heap.page_size_max))    RetainingProcessAllocatorOwnerelse    DebugProcessAllocatorOwner;

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

zig
pub const ProcessAllocatorOwner = owner.ProcessAllocatorOwner;

Audit

Definitions1
Public names1
Members0
Version26.7.0
Revisiondaab053ee433