Skip to main content

selected_text_bounded_requirement

Function selected_text_bounded_requirement 

Source
pub fn selected_text_bounded_requirement(
    selected: &SelectedReplicatedTextRealization,
    excluded: &BTreeSet<String>,
) -> Result<BoundedResidencyRequirement, BoundedResidencySizingError>
Expand description

Computes the pinned bytes and largest group-local device window.

Excluded logical parameters belong to independent storage and contribute no ordinary residency bytes. Missing unit indices retain their zero-byte positions, while memory and time depend on the number of selected tasks, rather than the largest unit index. No payload or native mechanism is used.