Skip to main content

v2_get_refcount

Function v2_get_refcount 

Source
pub unsafe fn v2_get_refcount(ptr: *const HeapHeader) -> u32
Expand description

Get the current reference count of a v2 heap object.

ยงSafety

ptr must point to a valid, live HeapHeader.