Skip to documentation
SLOP

tiny.alloc.testIntegrationAllocator

Reference tiny.alloc testIntegrationAllocator

Defined in tiny.alloc.

Called byCallstiny.allocstandaloneProcessAllocatortiny.alloctemporaryScratchAllocatortiny.allocworkerAllocatortest sourcelib.alloc.src.testtest: allocator policy separates fast...private sourcelib.alloc.src.policytestAllocatorForModetiny.alloctestIntegrationAllocator
Static calls · unresolved targets: 0 · external targets: 0.

Source

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

zig
pub fn testIntegrationAllocator() Allocator {    if (comptime !builtin.is_test) @compileError("testIntegrationAllocator is test-only");    return testAllocatorForMode(std.testing.allocator);}

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

zig
pub const testIntegrationAllocator = policy.testIntegrationAllocator;

Audit

Definitions1
Public names1
Members0
Version26.7.0
Revisiondaab053ee433