tiny.alloc.temporaryScratchAllocator
Defined in tiny.alloc.
Source
Source: lib/alloc/src/policy.zig:51
zig
pub fn temporaryScratchAllocator() Allocator { if (comptime builtin.is_test) return testIntegrationAllocator(); return platformProcessAllocator();}Source: lib/alloc/src/root.zig:53
zig
pub const temporaryScratchAllocator = policy.temporaryScratchAllocator;Audit
| Definitions | 1 |
|---|---|
| Public names | 1 |
| Members | 0 |
| Version | 26.7.0 |
| Revision | daab053ee433 |