Skip to documentation
SLOP

tiny.bench.touchStackPad

Reference tiny.bench touchStackPad

Defined in tiny.bench.

Called byCallsNo direct callsprivate sourcelib.bench.src.instrumentationcallWithExactStackPadtiny.benchtouchStackPad
Static calls · unresolved targets: 0 · external targets: 0.

Source

Source: lib/bench/src/instrumentation.zig:493

zig
pub fn touchStackPad(pad: []u8) void {    for (pad, 0..) |*byte, index| {        const volatile_byte: *volatile u8 = @ptrCast(byte);        volatile_byte.* = @truncate(index);    }}

Source: lib/bench/src/root.zig:53

zig
pub const touchStackPad = instrumentation.touchStackPad;

Audit

Definitions1
Public names1
Members0
Version26.7.0
Revisiondaab053ee433