Skip to documentation
SLOP

tiny.tracy.namedAllocator

Reference tiny.tracy namedAllocator

Defined in tiny.tracy.

No direct callersNo direct callstiny.tracynamedAllocator
Static calls · unresolved targets: 0 · external targets: 1.

Source

Source: lib/tracy/src/instrumentation.zig:35

zig
pub fn namedAllocator(backing: std.mem.Allocator, name: []const u8) TracedAllocator {    return allocator_mod.traceNamed(backing, name);}

Source: lib/tracy/src/root.zig:91

zig
pub const namedAllocator = instrumentation.namedAllocator;

Audit

Definitions1
Public names1
Members0
Version26.7.0
Revisiondaab053ee433