Searched refs:alloc_bytes (Results 1 – 1 of 1) sorted by relevance
81 let mut alloc_bytes = tunables.memory_reservation; in new() localVariable84 if minimum_u64 <= alloc_bytes { in new()86 if max <= alloc_bytes { in new()91 alloc_bytes = minimum_u64.saturating_add(extra_to_reserve_on_growth); in new()96 let alloc_bytes = HostAlignedByteCount::new_rounded_up_u64(alloc_bytes) in new() localVariable103 .checked_add(alloc_bytes) in new()