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