Function crossbeam_epoch::atomic::compose_tag
source ยท fn compose_tag<T: ?Sized + Pointable>(data: usize, tag: usize) -> usize
Expand description
Given a tagged pointer data
, returns the same pointer, but tagged with tag
.
tag
is truncated to fit into the unused bits of the pointer to T
.