Skip to main content

WILDCOPY_OVERLENGTH

Constant WILDCOPY_OVERLENGTH 

Source
pub const WILDCOPY_OVERLENGTH: usize = crate::decoding::buffer_backend::WILDCOPY_OVERLENGTH; // 16usize
Expand description

SIMD wildcopy overshoot slack carried by every decoder backend. Mirrors donor zstd’s WILDCOPY_OVERLENGTH (16 bytes). Public so callers sizing an output slice for crate::decoding::FrameDecoder::decode_to_slice_trusted can size frame_content_size + WILDCOPY_OVERLENGTH without duplicating the constant.