pub unsafe fn v2_get_refcount(ptr: *const HeapHeader) -> u32Expand description
Get the current reference count of a v2 heap object.
ยงSafety
ptr must point to a valid, live HeapHeader.
pub unsafe fn v2_get_refcount(ptr: *const HeapHeader) -> u32Get the current reference count of a v2 heap object.
ptr must point to a valid, live HeapHeader.