Skip to main content

ASSERTION_TABLE_MEM_SIZE

Constant ASSERTION_TABLE_MEM_SIZE 

Source
pub const ASSERTION_TABLE_MEM_SIZE: usize = _; // 14_344usize
Expand description

Total size of the assertion table memory region in bytes.

Layout: [next_slot: u32, _pad: u32, slots: [AssertionSlot; MAX_ASSERTION_SLOTS]]