tiny.alloc.ProcessAllocatorOwner
Defined in tiny.alloc.
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
| Definitions | 1 |
|---|---|
| Public names | 1 |
| Members | 0 |
| Version | 26.7.0 |
| Revision | daab053ee433 |