Constant wayland_client::backend::protocol::INLINE_ARGS[][src]

pub const INLINE_ARGS: usize = 4; // 0x0000_0004usize
Expand description

Number of arguments that are stocked inline in a Message before allocating

This is a ad-hoc number trying to reach a good balance between avoiding too many allocations and keeping the stack size of Message small.