pub fn bootstrap_default_memory_manager_with_policy<P: AllocationPolicy>(
policy: &P,
) -> Result<ValidatedAllocations, RuntimeBootstrapError<P::Error>>Expand description
Bootstrap the default runtime and layer caller-supplied policy over generic range checks.