Constant MAX_INLINE_ATTRIBUTE_VALUE
pub const MAX_INLINE_ATTRIBUTE_VALUE: u64 = 32768; // 32_768u64
Expand description
The maximum size for an extended attribute value to be included inline. Values larger than this size are passed in a vmo.
pub const MAX_INLINE_ATTRIBUTE_VALUE: u64 = 32768; // 32_768u64
The maximum size for an extended attribute value to be included inline. Values larger than this size are passed in a vmo.