Skip to main content

v2_retain

Function v2_retain 

Source
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.