pub const MAX_REF_COUNT: u8 = REF_COUNT_MASK; // 3u8
The maximum representable reference count. Once an object’s count reaches this value it is treated as saturated/sticky and is no longer incremented or decremented.