You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add tag() convenience methods for *const T and *mut T.
The methods can be used to extract the tag from the pointer.
Add with_tag() convenience methods for *const T *mut T.
The methods can be used to create a new pointer based on the old one,
but with the high bits set to the provided tag.
The helpers are intended for use with AArch64 Top-Byte Ignore
and similar architecture features, specifically for
writing tagging memory allocators.
0 commit comments