Skip to main content

VMO_VECTOR_MAX

Constant VMO_VECTOR_MAX 

Source
pub const VMO_VECTOR_MAX: u32 = 64;
Expand description

Limit on the number of VMOs in one call to RegisterVmos() or UnregisterVmos(). Bounded by the Zircon channel handle limit (ZX_CHANNEL_MAX_MSG_HANDLES = 64) since RegisterVmos() returns a vector of VMO handles.