tiny.tldr.directIncrementalEvidenceAlloc
Defined in tiny.tldr.
Source
Source: lib/tldr/src/link.zig:101
zig
pub fn directIncrementalEvidenceAlloc( allocator: std.mem.Allocator, manifest: incremental.Manifest, inputs: []const Input, input_changes: incremental.InputChanges, options: LinkOptions,) Error!incremental.DirectRelinkEvidence { return switch (options.target.object_format) { .elf => try formats.elf.relink.directEvidenceAlloc(allocator, manifest, inputs, input_changes, options), .coff, .macho, .wasm => .{}, };}Source: lib/tldr/src/root.zig:84
zig
pub const directIncrementalEvidenceAlloc = linker.directIncrementalEvidenceAlloc;Audit
| Definitions | 1 |
|---|---|
| Public names | 1 |
| Members | 0 |
| Version | 26.7.0 |
| Revision | daab053ee433 |