Constant MAXIMUM_ENTRIES_PER_BATCH

pub const MAXIMUM_ENTRIES_PER_BATCH: u16 = 64; // 64u16
Expand description

The size 64 was chosen because entries in batches are handles to VMOs and there is a limit of 64 handles per fidl message.