pub const fn descriptor_count(
    buffer_size: usize,
    chunk_size: usize,
    is_circular: bool,
) -> usizeExpand description
Computes the number of descriptors required for a given buffer size with a given chunk size.
pub const fn descriptor_count(
    buffer_size: usize,
    chunk_size: usize,
    is_circular: bool,
) -> usizeComputes the number of descriptors required for a given buffer size with a given chunk size.