Skip to documentation
SLOP

tiny.alloc.threadedIoAllocator

Reference tiny.alloc threadedIoAllocator

Defined in tiny.alloc.

Called byCallstest sourcelib.alloc.src.testtest: allocator policy separates fast...tiny.allocworkerAllocatortiny.allocthreadedIoAllocator
Static calls · unresolved targets: 0 · external targets: 0.

Source

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

zig
pub fn threadedIoAllocator() Allocator {    return workerAllocator();}

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

zig
pub const threadedIoAllocator = policy.threadedIoAllocator;

Audit

Definitions1
Public names1
Members0
Version26.7.0
Revisiondaab053ee433