Skip to documentation
SLOP

tiny.alloc.TestAllocatorMode

Reference tiny.alloc TestAllocatorMode

Defined in tiny.alloc.

API (2)

Fields and members

Public fields and members.

No direct callersNo direct callstiny.allocTestAllocatorMode
Static calls · unresolved targets: unknown · external targets: unknown.

Source

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

zig
pub const TestAllocatorMode = enum {    fast,    leak_check,};

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

zig
pub const TestAllocatorMode = policy.TestAllocatorMode;

Audit

Definitions1
Public names1
Members2
Version26.7.0
Revisiondaab053ee433