Skip to documentation
SLOP

tiny.alloc.standaloneProcessAllocator

Reference tiny.alloc standaloneProcessAllocator

Defined in tiny.alloc.

Called byCallsprivate sourcelib.alloc.src.owner.DiagnosticProcessAllocato...allocatortest sourcelib.alloc.src.testtest: allocator policy separates fast...test sourcelib.alloc.src.testtest: process allocator owner follows...private sourcelib.alloc.src.policyplatformProcessAllocatortiny.alloctestIntegrationAllocatortiny.allocstandaloneProcessAllocator
Static calls · unresolved targets: 0 · external targets: 0.

Source

Source: lib/alloc/src/policy.zig:37

zig
pub fn standaloneProcessAllocator() Allocator {    if (comptime builtin.is_test) return testIntegrationAllocator();    return platformProcessAllocator();}

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

zig
pub const standaloneProcessAllocator = policy.standaloneProcessAllocator;

Audit

Definitions1
Public names1
Members0
Version26.7.0
Revisiondaab053ee433