pub unsafe fn v2_retain(ptr: *const HeapHeader)Expand description
Increment the reference count of a v2 heap object.
ยงSafety
ptr must point to a valid, live HeapHeader.
pub unsafe fn v2_retain(ptr: *const HeapHeader)Increment the reference count of a v2 heap object.
ptr must point to a valid, live HeapHeader.