Skip to documentation
SLOP

tiny.memtrace.Snapshot

Reference tiny.memtrace Snapshot

Defined in tiny.memtrace.

API (13)

Fields and members

Public fields and members.

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

Source

Source: lib/memtrace/src/tracer.zig:59

zig
pub const Snapshot = struct {    seq: u64,    allocations: u64,    frees: u64,    live_allocations: usize,    allocated_bytes: usize,    freed_bytes: usize,    live_bytes: usize,    high_water_live_bytes: usize,    retained_bytes: usize,    high_water_retained_bytes: usize,    completed_lifetimes: u64,    lifetime_total_events: u64,    lifetime_max_events: u64,};

Source: lib/memtrace/src/root.zig:62

zig
pub const Snapshot = tracer_mod.Snapshot;

Audit

Definitions1
Public names1
Members13
Version26.7.0
Revisiondaab053ee433