pub const HANDLE_ID_BITS: usize = 20;
Expand description
The maximum ID of a handle. 0xf_ffff (1048575) is intentional and must not be changed - by design, the ID is 20 bits wide so that we can use the remaining bits in some cases, e.g. in for sytem call return values.