tiny.zen.FootnoteStorageStatus
Defined in tiny.zen.
API (10)
Fields and members
Public fields and members.
definition_counthigh_water_definitionshigh_water_joined_text_bytesin_usejoined_text_bytesmax_definitionsmax_joined_text_bytesphaserejected_source_countstorage_bytes
Source
Source: lib/zen/src/footnote/storage.zig:13
zig
pub const Status = struct { phase: alloc_phase.capacity.Phase, in_use: bool, storage_bytes: usize, max_definitions: usize, max_joined_text_bytes: usize, definition_count: usize, joined_text_bytes: usize, high_water_definitions: usize, high_water_joined_text_bytes: usize, rejected_source_count: u64,};Source: lib/zen/src/root.zig:131
zig
/// Reports active, high-water, and rejected footnote demand.pub const FootnoteStorageStatus = footnote.Status;Also reachable as
Audit
| Definitions | 1 |
|---|---|
| Public names | 2 |
| Members | 10 |
| Version | 26.7.0 |
| Revision | daab053ee433 |