Skip to documentation
SLOP

tiny.tracy.tracedAllocator

Reference tiny.tracy tracedAllocator

Defined in tiny.tracy.

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

Source

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

zig
pub fn tracedAllocator(backing: std.mem.Allocator) TracedAllocator {    return allocator_mod.trace(backing);}

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

zig
pub const tracedAllocator = instrumentation.tracedAllocator;

Audit

Definitions1
Public names1
Members0
Version26.7.0
Revisiondaab053ee433