Function retire

Source
pub unsafe fn retire<T>(pointer: *mut T)
Expand description

Retires a pointer.

ยงSafety

  • pointer must be removed from shared memory before calling this function, and must be valid.
  • The same pointer should only be retired once.